#094796

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

Shades of Cobalt #094796

Tints of Cobalt #094796

Color information

#094796 (or 0x094796) is unknown color: approx Cobalt. HEX triplet: 09, 47 and 96. RGB value is (9,71,150). Sum of RGB (Red+Green+Blue) = 9+71+150=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #094796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094796 is #F6B869. Grayscale: #3D3D3D. Windows color (decimal): -16169066 or 9848585. OLE color: 9848585.

HSL color Cylindrical-coordinate representation of color #094796: hue angle of 213.62º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094796 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB971150-
CMYK0.940.5300.41
HSL213.62º88.68%31.18%-
HSV(B)213.62º94%58.82%-
XYZ7.876.7729.75-
YUV61.47177.9690.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 150 (58.98% from 255) = 65.22%
R=3.91%
G=30.87%
B=65.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9711500.940.5300.41213.6288.6831.18
Hex947965E35029d6591f
Octal111072261366505132613137
Binary10011000111100101101011110110101010100111010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094796; }

 p { color: rgb(9,71,150); }

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

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

 a { background-color: rgb(9,71,150); }

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

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

 span { border-color: rgb(9,71,150); }

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