#0C6EB6

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

Shades of Denim #0C6EB6

Tints of Denim #0C6EB6

Color information

#0C6EB6 (or 0x0C6EB6) is unknown color: approx Denim. HEX triplet: 0C, 6E and B6. RGB value is (12,110,182). Sum of RGB (Red+Green+Blue) = 12+110+182=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 182 (71.48% from 255 or 59.87% from 304); Max value from RGB is 182 - color contains mainly: blue. Hex color #0C6EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6EB6 is #F39149. Grayscale: #585858. Windows color (decimal): -15962442 or 11955724. OLE color: 11955724.

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

Color convert

RGB12110182-
CMYK0.930.4000.29
HSL205.41º87.63%38.04%-
HSV(B)205.41º93.41%71.37%-
XYZ14.1714.6146.33-
YUV88.91180.5373.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 182 (71.48% from 255) = 59.87%
R=3.95%
G=36.18%
B=59.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121101820.930.4000.29205.4187.6338.04
HexC6EB65D2801Dcd5826
Octal141562661355003531513046
Binary11001101110101101101011101101000011101110011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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