#0C56CE

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

Shades of Denim #0C56CE

Tints of Denim #0C56CE

Color information

#0C56CE (or 0x0C56CE) is unknown color: approx Denim. HEX triplet: 0C, 56 and CE. RGB value is (12,86,206). Sum of RGB (Red+Green+Blue) = 12+86+206=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C56CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C56CE is #F3A931. Grayscale: #4D4D4D. Windows color (decimal): -15968562 or 13522444. OLE color: 13522444.

HSL color Cylindrical-coordinate representation of color #0C56CE: hue angle of 217.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C56CE is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1286206-
CMYK0.940.5800.19
HSL217.11º88.99%42.75%-
HSV(B)217.11º94.17%80.78%-
XYZ14.6211.1959.78-
YUV77.55200.4881.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 206 (80.86% from 255) = 67.76%
R=3.95%
G=28.29%
B=67.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12862060.940.5800.19217.1188.9942.75
HexC56CE5E3A013d9592b
Octal141263161367202333113153
Binary11001010110110011101011110111010010011110110011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C56CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,86,206); }

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

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

 a { background-color: rgb(12,86,206); }

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

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

 span { border-color: rgb(12,86,206); }

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