#0C54CA

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

Shades of Denim #0C54CA

Tints of Denim #0C54CA

Color information

#0C54CA (or 0x0C54CA) is unknown color: approx Denim. HEX triplet: 0C, 54 and CA. RGB value is (12,84,202). Sum of RGB (Red+Green+Blue) = 12+84+202=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C54CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C54CA is #F3AB35. Grayscale: #4B4B4B. Windows color (decimal): -15969078 or 13259788. OLE color: 13259788.

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

Color convert

RGB1284202-
CMYK0.940.5800.21
HSL217.26º88.79%41.96%-
HSV(B)217.26º94.06%79.22%-
XYZ13.9810.6857.2-
YUV75.92199.1582.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.03%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 202 (79.30% from 255) = 67.79%
R=4.03%
G=28.19%
B=67.79%

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
Decimal12842020.940.5800.21217.2688.7941.96
HexC54CA5E3A015d9592a
Octal141243121367202533113152
Binary11001010100110010101011110111010010101110110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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