#0C09B6

Color #0C09B6 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0C09B6

Tints of Medium Blue #0C09B6

Color information

#0C09B6 (or 0x0C09B6) is unknown color: approx Medium Blue. HEX triplet: 0C, 09 and B6. RGB value is (12,9,182). Sum of RGB (Red+Green+Blue) = 12+9+182=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 182 (71.48% from 255 or 89.66% from 203); Max value from RGB is 182 - color contains mainly: blue. Hex color #0C09B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C09B6 is #F3F649. Grayscale: #1C1C1C. Windows color (decimal): -15988298 or 11929868. OLE color: 11929868.

HSL color Cylindrical-coordinate representation of color #0C09B6: hue angle of 241.04º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C09B6 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB129182-
CMYK0.930.9500.29
HSL241.04º90.58%37.45%-
HSV(B)241.04º95.05%71.37%-
XYZ8.693.6544.5-
YUV29.62213.99115.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 182 (71.48% from 255) = 89.66%
R=5.91%
G=4.43%
B=89.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291820.930.9500.29241.0490.5837.45
HexC9B65D5F01Df15b25
Octal141126613513703536113345
Binary110010011011011010111011011111011101111100011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C09B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C09B6; }

 p { color: rgb(12,9,182); }

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

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

 a { background-color: rgb(12,9,182); }

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

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

 span { border-color: rgb(12,9,182); }

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