#09469C

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

Shades of Cobalt #09469C

Tints of Cobalt #09469C

Color information

#09469C (or 0x09469C) is unknown color: approx Cobalt. HEX triplet: 09, 46 and 9C. RGB value is (9,70,156). Sum of RGB (Red+Green+Blue) = 9+70+156=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #09469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09469C is #F6B963. Grayscale: #3D3D3D. Windows color (decimal): -16169316 or 10241545. OLE color: 10241545.

HSL color Cylindrical-coordinate representation of color #09469C: hue angle of 215.1º 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 #09469C is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB970156-
CMYK0.940.5500.39
HSL215.1º89.09%32.35%-
HSV(B)215.1º94.23%61.18%-
XYZ8.36.8432.33-
YUV61.56181.2990.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=3.83%
G=29.79%
B=66.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9701560.940.5500.39215.189.0932.35
Hex9469C5E37027d75920
Octal111062341366704732713140
Binary100110001101001110010111101101110100111110101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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