#15016C

Color #15016C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #15016C

Tints of Midnight Blue #15016C

Color information

#15016C (or 0x15016C) is unknown color: approx Midnight Blue. HEX triplet: 15, 01 and 6C. RGB value is (21,1,108). Sum of RGB (Red+Green+Blue) = 21+1+108=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #15016C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15016C is #EAFE93. Grayscale: #121212. Windows color (decimal): -15400596 or 7078165. OLE color: 7078165.

HSL color Cylindrical-coordinate representation of color #15016C: hue angle of 251.21º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15016C is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB211108-
CMYK0.810.9900.58
HSL251.21º98.17%21.37%-
HSV(B)251.21º99.07%42.35%-
XYZ3.031.2614.27-
YUV19.18178.13129.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 108 (42.58% from 255) = 83.08%
R=16.15%
G=0.77%
B=83.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2111080.810.9900.58251.2198.1721.37
Hex1516C516303Afb6215
Octal25115412114307237314225
Binary101011110110010100011100011011101011111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15016C; }

 p { color: rgb(21,1,108); }

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

<style>
 a { background-color: #15016C; }

 a { background-color: rgb(21,1,108); }

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

<style>
 span { border-color: #15016C; }

 span { border-color: rgb(21,1,108); }

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