Html Css Color HEX #094996 Cobalt

📋 copy color: '#094996'

red 9 ◦ green 73 ◦ blue 150

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

Shades of Cobalt #094996

Tints of Cobalt #094996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.66%

R = 3.88%
G = 31.47%
B = 64.66%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#094996 (or 0x094996) is known color: Cobalt. HEX triplet: 09, 49 and 96. RGB value is (9,73,150). Sum of RGB (Red+Green+Blue) = 9+73+150=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #094996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094996 is #F6B669. Grayscale: #3E3E3E. Windows color (decimal): -16168554 or 9849097. OLE color: 9849097.

HSL color Cylindrical-coordinate representation of color #094996: hue angle of 212.77º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094996 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 73 150 -
CMYK 0.94 0.51 0 0.41
HSL 212.77º 0.89% 0.31% -
HSV(B) 212.77º 0.94% 0.59% -
XYZ 8 7.03 29.79 -
YUV 62.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 9 73 150 0.94 0.51 0 0.41 212.77 0.89 0.31
Hex 9 49 96 5E 33 0 29 D5 59 1F
Octal 11 111 226 136 63 0 51 325 131 37
Binary 1001 1001001 10010110 1011110 110011 0 101001 11010101 1011001 11111

Color Harmonies of #094996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094996

Black with #094996

Text Example


Text Example

White with #094996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094996; }

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

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

background-color css

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

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

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

border-color css

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

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

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