Html Css Color HEX #094EAA Cobalt

📋 copy color: '#094EAA'

red 9 ◦ green 78 ◦ blue 170

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

Shades of Cobalt #094EAA

Tints of Cobalt #094EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 3.5%
G = 30.35%
B = 66.15%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#094EAA (or 0x094EAA) is known color: Cobalt. HEX triplet: 09, 4E and AA. RGB value is (9,78,170). Sum of RGB (Red+Green+Blue) = 9+78+170=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #094EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094EAA is #F6B155. Grayscale: #434343. Windows color (decimal): -16167254 or 11161097. OLE color: 11161097.

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

Color convert

RGB 9 78 170 -
CMYK 0.95 0.54 0 0.33
HSL 214.29º 0.9% 0.35% -
HSV(B) 214.29º 0.95% 0.67% -
XYZ 10.09 8.41 39.12 -
YUV 67.86 185.64 86.02 -
System Red Green Blue C M Y K H S L
Decimal 9 78 170 0.95 0.54 0 0.33 214.29 0.9 0.35
Hex 9 4E AA 5F 36 0 21 D6 5A 23
Octal 11 116 252 137 66 0 41 326 132 43
Binary 1001 1001110 10101010 1011111 110110 0 100001 11010110 1011010 100011

Color Harmonies of #094EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EAA

Black with #094EAA

Text Example


Text Example

White with #094EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,78,170); }

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

background-color css

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

 a { background-color: rgb(9,78,170); }

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

border-color css

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

 span { border-color: rgb(9,78,170); }

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