#0C15DA

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

Shades of Medium Blue #0C15DA

Tints of Medium Blue #0C15DA

Color information

#0C15DA (or 0x0C15DA) is unknown color: approx Medium Blue. HEX triplet: 0C, 15 and DA. RGB value is (12,21,218). Sum of RGB (Red+Green+Blue) = 12+21+218=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C15DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C15DA is #F3EA25. Grayscale: #272727. Windows color (decimal): -15985190 or 14292236. OLE color: 14292236.

HSL color Cylindrical-coordinate representation of color #0C15DA: hue angle of 237.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C15DA is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1221218-
CMYK0.940.9000.15
HSL237.38º89.57%45.1%-
HSV(B)237.38º94.5%85.49%-
XYZ13.075.6866.74-
YUV40.77228.02107.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.78%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 218 (85.55% from 255) = 86.85%
R=4.78%
G=8.37%
B=86.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12212180.940.9000.15237.3889.5745.1
HexC15DA5E5A0Fed5a2d
Octal142533213613201735513255
Binary110010101110110101011110101101001111111011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C15DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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