#0C6DB4

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

Shades of Denim #0C6DB4

Tints of Denim #0C6DB4

Color information

#0C6DB4 (or 0x0C6DB4) is unknown color: approx Denim. HEX triplet: 0C, 6D and B4. RGB value is (12,109,180). Sum of RGB (Red+Green+Blue) = 12+109+180=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C6DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6DB4 is #F3924B. Grayscale: #575757. Windows color (decimal): -15962700 or 11824396. OLE color: 11824396.

HSL color Cylindrical-coordinate representation of color #0C6DB4: hue angle of 205.36º 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 #0C6DB4 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12109180-
CMYK0.930.3900.29
HSL205.36º87.5%37.65%-
HSV(B)205.36º93.33%70.59%-
XYZ13.8614.3145.21-
YUV88.09179.8673.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.99%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=3.99%
G=36.21%
B=59.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121091800.930.3900.29205.3687.537.65
HexC6DB45D2701Dcd5826
Octal141552641354703531513046
Binary11001101101101101001011101100111011101110011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,109,180); }

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

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

 a { background-color: rgb(12,109,180); }

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

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

 span { border-color: rgb(12,109,180); }

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