Html Css Color HEX #09499E Cobalt

📋 copy color: '#09499E'

red 9 ◦ green 73 ◦ blue 158

#09499E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #09499E

Tints of Cobalt #09499E

RGB

 RED value IS 9 (3.91% from 255) = 3.75%

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 3.75%
G = 30.42%
B = 65.83%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09499E (or 0x09499E) is known color: Cobalt. HEX triplet: 09, 49 and 9E. RGB value is (9,73,158). Sum of RGB (Red+Green+Blue) = 9+73+158=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #09499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09499E is #F6B661. Grayscale: #3F3F3F. Windows color (decimal): -16168546 or 10373385. OLE color: 10373385.

HSL color Cylindrical-coordinate representation of color #09499E: hue angle of 214.23º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09499E is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 73 158 -
CMYK 0.94 0.54 0 0.38
HSL 214.23º 0.89% 0.33% -
HSV(B) 214.23º 0.94% 0.62% -
XYZ 8.67 7.29 33.3 -
YUV 63.55 181.3 89.09 -
System Red Green Blue C M Y K H S L
Decimal 9 73 158 0.94 0.54 0 0.38 214.23 0.89 0.33
Hex 9 49 9E 5E 36 0 26 D6 59 21
Octal 11 111 236 136 66 0 46 326 131 41
Binary 1001 1001001 10011110 1011110 110110 0 100110 11010110 1011001 100001

Color Harmonies of #09499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09499E

Black with #09499E

Text Example


Text Example

White with #09499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09499E; }

 p { color: rgb(9,73,158); }

 H1.HeaderClassName
 {
   color: #09499E;
 }
 .AnyTagClassName
 {
   color: #09499E;
 }
</style>

background-color css

<style>
 a { background-color: #09499E; }

 a { background-color: rgb(9,73,158); }

 div.DivClassName
 {
   background-color: #09499E;
 }
 .BgClassName
 {
   background-color: #09499E;
 }
</style>

border-color css

<style>
 span { border-color: #09499E; }

 span { border-color: rgb(9,73,158); }

 td.TdClassName
 {
   border-color: #09499E;
 }
 .TagClassName
 {
   border-color: #09499E;
 }
</style>