#0C57BC

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

Shades of Denim #0C57BC

Tints of Denim #0C57BC

Color information

#0C57BC (or 0x0C57BC) is unknown color: approx Denim. HEX triplet: 0C, 57 and BC. RGB value is (12,87,188). Sum of RGB (Red+Green+Blue) = 12+87+188=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C57BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C57BC is #F3A843. Grayscale: #4B4B4B. Windows color (decimal): -15968324 or 12343052. OLE color: 12343052.

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

Color convert

RGB1287188-
CMYK0.940.5400.26
HSL214.43º88%39.22%-
HSV(B)214.43º93.62%73.73%-
XYZ12.6410.5348.94-
YUV76.09191.1582.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.18%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 188 (73.83% from 255) = 65.51%
R=4.18%
G=30.31%
B=65.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12871880.940.5400.26214.438839.22
HexC57BC5E3601Ad65827
Octal141272741366603232613047
Binary11001010111101111001011110110110011010110101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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