#0C5EBC

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

Shades of Denim #0C5EBC

Tints of Denim #0C5EBC

Color information

#0C5EBC (or 0x0C5EBC) is unknown color: approx Denim. HEX triplet: 0C, 5E and BC. RGB value is (12,94,188). Sum of RGB (Red+Green+Blue) = 12+94+188=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C5EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5EBC is #F3A143. Grayscale: #4F4F4F. Windows color (decimal): -15966532 or 12344844. OLE color: 12344844.

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

Color convert

RGB1294188-
CMYK0.940.5000.26
HSL212.05º88%39.22%-
HSV(B)212.05º93.62%73.73%-
XYZ13.2311.7149.14-
YUV80.2188.8379.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.08%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 188 (73.83% from 255) = 63.95%
R=4.08%
G=31.97%
B=63.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12941880.940.5000.26212.058839.22
HexC5EBC5E3201Ad45827
Octal141362741366203232413047
Binary11001011110101111001011110110010011010110101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,94,188); }

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

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

 a { background-color: rgb(12,94,188); }

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

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

 span { border-color: rgb(12,94,188); }

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