#094599

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

Shades of Cobalt #094599

Tints of Cobalt #094599

Color information

#094599 (or 0x094599) is unknown color: approx Cobalt. HEX triplet: 09, 45 and 99. RGB value is (9,69,153). Sum of RGB (Red+Green+Blue) = 9+69+153=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #094599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094599 is #F6BA66. Grayscale: #3C3C3C. Windows color (decimal): -16169575 or 10044681. OLE color: 10044681.

HSL color Cylindrical-coordinate representation of color #094599: hue angle of 215º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094599 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB969153-
CMYK0.940.5500.4
HSL215º88.89%31.76%-
HSV(B)215º94.12%60%-
XYZ7.996.6130.99-
YUV60.64180.1291.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 153 (60.16% from 255) = 66.23%
R=3.90%
G=29.87%
B=66.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9691530.940.5500.421588.8931.76
Hex945995E37028d75920
Octal111052311366705032713140
Binary100110001011001100110111101101110101000110101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094599; }

 p { color: rgb(9,69,153); }

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

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

 a { background-color: rgb(9,69,153); }

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

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

 span { border-color: rgb(9,69,153); }

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