#094DAC

Color #094DAC Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #094DAC

Tints of Cobalt #094DAC

Color information

#094DAC (or 0x094DAC) is unknown color: approx Cobalt. HEX triplet: 09, 4D and AC. RGB value is (9,77,172). Sum of RGB (Red+Green+Blue) = 9+77+172=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #094DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094DAC is #F6B253. Grayscale: #434343. Windows color (decimal): -16167508 or 11291913. OLE color: 11291913.

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

Color convert

RGB977172-
CMYK0.950.5500.33
HSL214.97º90.06%35.49%-
HSV(B)214.97º94.77%67.45%-
XYZ10.218.3440.1-
YUV67.5186.9786.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.49%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 172 (67.58% from 255) = 66.67%
R=3.49%
G=29.84%
B=66.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9771720.950.5500.33214.9790.0635.49
Hex94DAC5F37021d75a23
Octal111152541376704132713243
Binary100110011011010110010111111101110100001110101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #094DAC;
 }
 .AnyTagClassName
 {
   color: #094DAC;
 }
</style>
background-color css

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

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

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

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

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

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