#09449C

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

Shades of Cobalt #09449C

Tints of Cobalt #09449C

Color information

#09449C (or 0x09449C) is unknown color: approx Cobalt. HEX triplet: 09, 44 and 9C. RGB value is (9,68,156). Sum of RGB (Red+Green+Blue) = 9+68+156=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #09449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09449C is #F6BB63. Grayscale: #3B3B3B. Windows color (decimal): -16169828 or 10241033. OLE color: 10241033.

HSL color Cylindrical-coordinate representation of color #09449C: hue angle of 215.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09449C is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB968156-
CMYK0.940.5600.39
HSL215.92º89.09%32.35%-
HSV(B)215.92º94.23%61.18%-
XYZ8.186.5932.29-
YUV60.39181.9591.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.86%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 156 (61.33% from 255) = 66.95%
R=3.86%
G=29.18%
B=66.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9681560.940.5600.39215.9289.0932.35
Hex9449C5E38027d85920
Octal111042341367004733013140
Binary100110001001001110010111101110000100111110110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09449C; }

 p { color: rgb(9,68,156); }

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

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

 a { background-color: rgb(9,68,156); }

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

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

 span { border-color: rgb(9,68,156); }

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