#09509C

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

Shades of Cobalt #09509C

Tints of Cobalt #09509C

Color information

#09509C (or 0x09509C) is unknown color: approx Cobalt. HEX triplet: 09, 50 and 9C. RGB value is (9,80,156). Sum of RGB (Red+Green+Blue) = 9+80+156=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #09509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09509C is #F6AF63. Grayscale: #434343. Windows color (decimal): -16166756 or 10244105. OLE color: 10244105.

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

Color convert

RGB980156-
CMYK0.940.4900.39
HSL211.02º89.09%32.35%-
HSV(B)211.02º94.23%61.18%-
XYZ8.988.232.56-
YUV67.44177.9886.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 156 (61.33% from 255) = 63.67%
R=3.67%
G=32.65%
B=63.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9801560.940.4900.39211.0289.0932.35
Hex9509C5E31027d35920
Octal111202341366104732313140
Binary100110100001001110010111101100010100111110100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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