Html Css Color HEX #094EAC Cobalt

📋 copy color: '#094EAC'

red 9 ◦ green 78 ◦ blue 172

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

Shades of Cobalt #094EAC

Tints of Cobalt #094EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.41%

R = 3.47%
G = 30.12%
B = 66.41%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#094EAC (or 0x094EAC) is known color: Cobalt. HEX triplet: 09, 4E and AC. RGB value is (9,78,172). Sum of RGB (Red+Green+Blue) = 9+78+172=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #094EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094EAC is #F6B153. Grayscale: #434343. Windows color (decimal): -16167252 or 11292169. OLE color: 11292169.

HSL color Cylindrical-coordinate representation of color #094EAC: hue angle of 214.6º 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 #094EAC is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 78 172 -
CMYK 0.95 0.55 0 0.33
HSL 214.6º 0.9% 0.35% -
HSV(B) 214.6º 0.95% 0.67% -
XYZ 10.28 8.49 40.13 -
YUV 68.09 186.64 85.86 -
System Red Green Blue C M Y K H S L
Decimal 9 78 172 0.95 0.55 0 0.33 214.6 0.9 0.35
Hex 9 4E AC 5F 37 0 21 D7 5A 23
Octal 11 116 254 137 67 0 41 327 132 43
Binary 1001 1001110 10101100 1011111 110111 0 100001 11010111 1011010 100011

Color Harmonies of #094EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EAC

Black with #094EAC

Text Example


Text Example

White with #094EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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