#0C53CA

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

Shades of Denim #0C53CA

Tints of Denim #0C53CA

Color information

#0C53CA (or 0x0C53CA) is unknown color: approx Denim. HEX triplet: 0C, 53 and CA. RGB value is (12,83,202). Sum of RGB (Red+Green+Blue) = 12+83+202=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C53CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C53CA is #F3AC35. Grayscale: #4A4A4A. Windows color (decimal): -15969334 or 13259532. OLE color: 13259532.

HSL color Cylindrical-coordinate representation of color #0C53CA: hue angle of 217.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C53CA is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1283202-
CMYK0.940.5900.21
HSL217.58º88.79%41.96%-
HSV(B)217.58º94.06%79.22%-
XYZ13.9110.5357.18-
YUV75.34199.4882.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.04%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 202 (79.30% from 255) = 68.01%
R=4.04%
G=27.95%
B=68.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12832020.940.5900.21217.5888.7941.96
HexC53CA5E3B015da592a
Octal141233121367302533213152
Binary11001010011110010101011110111011010101110110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,83,202); }

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

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

 a { background-color: rgb(12,83,202); }

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

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

 span { border-color: rgb(12,83,202); }

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