#0C5DC9

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

Shades of Denim #0C5DC9

Tints of Denim #0C5DC9

Color information

#0C5DC9 (or 0x0C5DC9) is unknown color: approx Denim. HEX triplet: 0C, 5D and C9. RGB value is (12,93,201). Sum of RGB (Red+Green+Blue) = 12+93+201=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C5DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5DC9 is #F3A236. Grayscale: #505050. Windows color (decimal): -15966775 or 13196556. OLE color: 13196556.

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

Color convert

RGB1293201-
CMYK0.940.5400.21
HSL214.29º88.73%41.76%-
HSV(B)214.29º94.03%78.82%-
XYZ14.6112.1256.83-
YUV81.09195.6678.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 201 (78.91% from 255) = 65.69%
R=3.92%
G=30.39%
B=65.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12932010.940.5400.21214.2988.7341.76
HexC5DC95E36015d6592a
Octal141353111366602532613152
Binary11001011101110010011011110110110010101110101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,93,201); }

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

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

 a { background-color: rgb(12,93,201); }

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

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

 span { border-color: rgb(12,93,201); }

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