Html Css Color HEX #094896 Cobalt

📋 copy color: '#094896'

red 9 ◦ green 72 ◦ blue 150

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

Shades of Cobalt #094896

Tints of Cobalt #094896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

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

R = 3.9%
G = 31.17%
B = 64.94%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#094896 (or 0x094896) is known color: Cobalt. HEX triplet: 09, 48 and 96. RGB value is (9,72,150). Sum of RGB (Red+Green+Blue) = 9+72+150=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #094896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094896 is #F6B769. Grayscale: #3D3D3D. Windows color (decimal): -16168810 or 9848841. OLE color: 9848841.

HSL color Cylindrical-coordinate representation of color #094896: hue angle of 213.19º 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 #094896 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 72 150 -
CMYK 0.94 0.52 0 0.41
HSL 213.19º 0.89% 0.31% -
HSV(B) 213.19º 0.94% 0.59% -
XYZ 7.94 6.89 29.77 -
YUV 62.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 9 72 150 0.94 0.52 0 0.41 213.19 0.89 0.31
Hex 9 48 96 5E 34 0 29 D5 59 1F
Octal 11 110 226 136 64 0 51 325 131 37
Binary 1001 1001000 10010110 1011110 110100 0 101001 11010101 1011001 11111

Color Harmonies of #094896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094896

Black with #094896

Text Example


Text Example

White with #094896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094896; }

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

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

background-color css

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

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

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

border-color css

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

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

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