Html Css Color HEX #094CA6 Cobalt

📋 copy color: '#094CA6'

red 9 ◦ green 76 ◦ blue 166

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

Shades of Cobalt #094CA6

Tints of Cobalt #094CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 66.14%

R = 3.59%
G = 30.28%
B = 66.14%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#094CA6 (or 0x094CA6) is known color: Cobalt. HEX triplet: 09, 4C and A6. RGB value is (9,76,166). Sum of RGB (Red+Green+Blue) = 9+76+166=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 166 (65.23% from 255 or 66.14% from 251); Max value from RGB is 166 - color contains mainly: blue. Hex color #094CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CA6 is #F6B359. Grayscale: #414141. Windows color (decimal): -16167770 or 10898441. OLE color: 10898441.

HSL color Cylindrical-coordinate representation of color #094CA6: hue angle of 214.39º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094CA6 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 76 166 -
CMYK 0.95 0.54 0 0.35
HSL 214.39º 0.9% 0.34% -
HSV(B) 214.39º 0.95% 0.65% -
XYZ 9.58 7.98 37.11 -
YUV 66.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 9 76 166 0.95 0.54 0 0.35 214.39 0.9 0.34
Hex 9 4C A6 5F 36 0 23 D6 5A 22
Octal 11 114 246 137 66 0 43 326 132 42
Binary 1001 1001100 10100110 1011111 110110 0 100011 11010110 1011010 100010

Color Harmonies of #094CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CA6

Black with #094CA6

Text Example


Text Example

White with #094CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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