#0C56BA

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

Shades of Denim #0C56BA

Tints of Denim #0C56BA

Color information

#0C56BA (or 0x0C56BA) is unknown color: approx Denim. HEX triplet: 0C, 56 and BA. RGB value is (12,86,186). Sum of RGB (Red+Green+Blue) = 12+86+186=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C56BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C56BA is #F3A945. Grayscale: #4A4A4A. Windows color (decimal): -15968582 or 12211724. OLE color: 12211724.

HSL color Cylindrical-coordinate representation of color #0C56BA: hue angle of 214.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C56BA is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1286186-
CMYK0.940.5400.27
HSL214.48º87.88%38.82%-
HSV(B)214.48º93.55%72.94%-
XYZ12.3410.2847.79-
YUV75.27190.4882.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.23%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=4.23%
G=30.28%
B=65.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12861860.940.5400.27214.4887.8838.82
HexC56BA5E3601Bd65827
Octal141262721366603332613047
Binary11001010110101110101011110110110011011110101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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