COLOR #091258

HEX: #091258 RGB: (9,18,88)

Color info

#091258 contains mainly blue color. Web safe color of #091258 is #000066 (or #006).

RGB color model

#091258 color RGB value is (9,18,88).

RGB: (9,18,88) (4%, 7%, 35%)

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 88 of 255 = 35%

9
18
88

R + G + B ~ 15%. #091258 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 18 + 88 = 115 (100%)
R 9 of 115 ~ 7.83%
G 18 of 115 ~ 15.65%
B 88 of 115 ~ 76.52'%

%15.65
%76.52

CMYK color model

#091258 color CMYK value is (90,80,0,65).

  • cyan value is 89.77%
  • magenta value is 79.55%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (90,80,0,65)
C90M80Y0K65 (90%, 80%, 0%, 65%)
(0.90 / 0.80 / 0.00 / 0.65)

CMYK percentages

%89.77
%79.55
%0
%65.49

Codes

Color #091258 in popluar color models

09 12 58
RGB 9 18 88
HSL 233° 81.44% 19.02%
HSB/HSV 233° 89.77% 34.51%
CMYK 89.77% 79.55% 0.00%
65.49%

Color #091258 in popluar number systems.

HEX 09 12 58
Decimal 9 18 88
Binary 1001 10010 1011000
Octal 11 22 130

Shades and tints

Shades of #091258

#091258
(9,18,88)
#091150
(9,17,80)
#091048
(9,16,72)
#090F40
(9,15,64)
#090E38
(9,14,56)
#090D30
(9,13,48)
#090C28
(9,12,40)
#090B20
(9,11,32)
#090A18
(9,10,24)
#090910
(9,9,16)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #091258

#091258
(9,18,88)
#1F2767
(31,39,103)
#353C76
(53,60,118)
#4B5185
(75,81,133)
#616694
(97,102,148)
#777BA3
(119,123,163)
#8D90B2
(141,144,178)
#A3A5C1
(163,165,193)
#B9BAD0
(185,186,208)
#CFCFDF
(207,207,223)
#E5E4EE
(229,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091258 color. Also use rgb(9,18,88) instead hex code.

Text Font Color

.myTextColor { color: #091258; }

<p style="color:#091258">This sample text font color is #091258.</p>

This text font color is #091258.

Background Color

.myBgColor { background-color: #091258; }

<div style="background-color:#091258">Inner text</div>

This div background color is #091258.

Border color

.myBorderColor { border: 1px solid #091258; }

<div style="border:3px solid #091258">Div</div>

This div border color is #091258.

Opacity

.myOpacity80 { color: #091258; opacity: 0.8; }

<p style="color:#091258;opacity:0.8;">80%</p>

Text with #091258 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #091258;}

<p style="text-shadow: 3px 3px 1px #091258">Text here.</p>

This text has shadow with #091258 color.


.textShadow {text-shadow: 3px 3px 1px #091258', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #091258, 5px 5px 20px red">Text here.</p>

This text has shadow with #091258 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#091258, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#091258, Direction=45, Strength=4)">Text</p>

This text has shadow with #091258 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #091258;
-webkit-box-shadow: 1px 1px 3px 2px #091258;
box-shadow: 1px 1px 3px 2px #091258;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #091258; -webkit-box-shadow: 1px 1px 3px 2px #091258; box-shadow:1px 1px 3px 2px #091258;">
Div content here
</div>

This div box has shadow with color #091258.

Preview

Color preview on black background

This text has color #091258 on black background.


Color preview on white background

This text has color #091258 on white background.


Black color preview on #091258 background

This text has black color on #091258 background.


White color preview on #091258 background

This text has white color on #091258 background.


Related colors

Complementary color

Complementary color for #hex is #F6EDA7.


I love getcolorcode.com

Triadic colors

1 #580912 and #125809 with #091258 are triadic colors.

2 #581209 and #120958 with #091258 are triadic colors.