Html Css Color HEX #094CA0 Cobalt

📋 copy color: '#094CA0'

red 9 ◦ green 76 ◦ blue 160

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

Shades of Cobalt #094CA0

Tints of Cobalt #094CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

 BLUE value IS 160 (62.89% from 255) = 65.31%

R = 3.67%
G = 31.02%
B = 65.31%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#094CA0 (or 0x094CA0) is known color: Cobalt. HEX triplet: 09, 4C and A0. RGB value is (9,76,160). Sum of RGB (Red+Green+Blue) = 9+76+160=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #094CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CA0 is #F6B35F. Grayscale: #414141. Windows color (decimal): -16167776 or 10505225. OLE color: 10505225.

HSL color Cylindrical-coordinate representation of color #094CA0: hue angle of 213.38º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094CA0 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 76 160 -
CMYK 0.94 0.52 0 0.37
HSL 213.38º 0.89% 0.33% -
HSV(B) 213.38º 0.94% 0.63% -
XYZ 9.04 7.77 34.28 -
YUV 65.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 9 76 160 0.94 0.52 0 0.37 213.38 0.89 0.33
Hex 9 4C A0 5E 34 0 25 D5 59 21
Octal 11 114 240 136 64 0 45 325 131 41
Binary 1001 1001100 10100000 1011110 110100 0 100101 11010101 1011001 100001

Color Harmonies of #094CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CA0

Black with #094CA0

Text Example


Text Example

White with #094CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094CA0; }

 p { color: rgb(9,76,160); }

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

background-color css

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

 a { background-color: rgb(9,76,160); }

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

border-color css

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

 span { border-color: rgb(9,76,160); }

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