#094DA0

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

Shades of Cobalt #094DA0

Tints of Cobalt #094DA0

Color information

#094DA0 (or 0x094DA0) is unknown color: approx Cobalt. HEX triplet: 09, 4D and A0. RGB value is (9,77,160). Sum of RGB (Red+Green+Blue) = 9+77+160=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #094DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094DA0 is #F6B25F. Grayscale: #414141. Windows color (decimal): -16167520 or 10505481. OLE color: 10505481.

HSL color Cylindrical-coordinate representation of color #094DA0: hue angle of 212.98º 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 #094DA0 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB977160-
CMYK0.940.5200.37
HSL212.98º89.35%33.14%-
HSV(B)212.98º94.38%62.75%-
XYZ9.117.934.3-
YUV66.13180.9787.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.66%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 160 (62.89% from 255) = 65.04%
R=3.66%
G=31.30%
B=65.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9771600.940.5200.37212.9889.3533.14
Hex94DA05E34025d55921
Octal111152401366404532513141
Binary100110011011010000010111101101000100101110101011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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