Html Css Color HEX #094999 Cobalt

📋 copy color: '#094999'

red 9 ◦ green 73 ◦ blue 153

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

Shades of Cobalt #094999

Tints of Cobalt #094999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 3.83%
G = 31.06%
B = 65.11%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#094999 (or 0x094999) is known color: Cobalt. HEX triplet: 09, 49 and 99. RGB value is (9,73,153). Sum of RGB (Red+Green+Blue) = 9+73+153=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #094999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094999 is #F6B666. Grayscale: #3E3E3E. Windows color (decimal): -16168551 or 10045705. OLE color: 10045705.

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

Color convert

RGB 9 73 153 -
CMYK 0.94 0.52 0 0.4
HSL 213.33º 0.89% 0.32% -
HSV(B) 213.33º 0.94% 0.6% -
XYZ 8.24 7.12 31.08 -
YUV 62.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 9 73 153 0.94 0.52 0 0.4 213.33 0.89 0.32
Hex 9 49 99 5E 34 0 28 D5 59 20
Octal 11 111 231 136 64 0 50 325 131 40
Binary 1001 1001001 10011001 1011110 110100 0 101000 11010101 1011001 100000

Color Harmonies of #094999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094999

Black with #094999

Text Example


Text Example

White with #094999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094999; }

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

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

background-color css

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

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

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

border-color css

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

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

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