#0C15BC

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

Shades of Medium Blue #0C15BC

Tints of Medium Blue #0C15BC

Color information

#0C15BC (or 0x0C15BC) is unknown color: approx Medium Blue. HEX triplet: 0C, 15 and BC. RGB value is (12,21,188). Sum of RGB (Red+Green+Blue) = 12+21+188=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C15BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C15BC is #F3EA43. Grayscale: #242424. Windows color (decimal): -15985220 or 12326156. OLE color: 12326156.

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

Color convert

RGB1221188-
CMYK0.940.8900.26
HSL236.93º88%39.22%-
HSV(B)236.93º93.62%73.73%-
XYZ9.54.2547.9-
YUV37.35213.02109.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 188 (73.83% from 255) = 85.07%
R=5.43%
G=9.50%
B=85.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12211880.940.8900.26236.938839.22
HexC15BC5E5901Aed5827
Octal142527413613103235513047
Binary1100101011011110010111101011001011010111011011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C15BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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