#0C55CA

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

Shades of Denim #0C55CA

Tints of Denim #0C55CA

Color information

#0C55CA (or 0x0C55CA) is unknown color: approx Denim. HEX triplet: 0C, 55 and CA. RGB value is (12,85,202). Sum of RGB (Red+Green+Blue) = 12+85+202=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C55CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C55CA is #F3AA35. Grayscale: #4B4B4B. Windows color (decimal): -15968822 or 13260044. OLE color: 13260044.

HSL color Cylindrical-coordinate representation of color #0C55CA: hue angle of 216.95º 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 #0C55CA is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1285202-
CMYK0.940.5800.21
HSL216.95º88.79%41.96%-
HSV(B)216.95º94.06%79.22%-
XYZ14.0610.8457.23-
YUV76.51198.8281.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=4.01%
G=28.43%
B=67.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12852020.940.5800.21216.9588.7941.96
HexC55CA5E3A015d9592a
Octal141253121367202533113152
Binary11001010101110010101011110111010010101110110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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