Html Css Color HEX #094998 Cobalt

📋 copy color: '#094998'

red 9 ◦ green 73 ◦ blue 152

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

Shades of Cobalt #094998

Tints of Cobalt #094998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.96%

R = 3.85%
G = 31.2%
B = 64.96%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#094998 (or 0x094998) is known color: Cobalt. HEX triplet: 09, 49 and 98. RGB value is (9,73,152). Sum of RGB (Red+Green+Blue) = 9+73+152=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #094998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094998 is #F6B667. Grayscale: #3E3E3E. Windows color (decimal): -16168552 or 9980169. OLE color: 9980169.

HSL color Cylindrical-coordinate representation of color #094998: hue angle of 213.15º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094998 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 73 152 -
CMYK 0.94 0.52 0 0.40
HSL 213.15º 0.89% 0.32% -
HSV(B) 213.15º 0.94% 0.6% -
XYZ 8.16 7.09 30.64 -
YUV 62.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 9 73 152 0.94 0.52 0 0.40 213.15 0.89 0.32
Hex 9 49 98 5E 34 0 28 D5 59 20
Octal 11 111 230 136 64 0 50 325 131 40
Binary 1001 1001001 10011000 1011110 110100 0 101000 11010101 1011001 100000

Color Harmonies of #094998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094998

Black with #094998

Text Example


Text Example

White with #094998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094998; }

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

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

background-color css

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

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

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

border-color css

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

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

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