#15025E

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

Shades of Midnight Blue #15025E

Tints of Midnight Blue #15025E

Color information

#15025E (or 0x15025E) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 5E. RGB value is (21,2,94). Sum of RGB (Red+Green+Blue) = 21+2+94=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #15025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15025E is #EAFDA1. Grayscale: #111111. Windows color (decimal): -15400354 or 6160917. OLE color: 6160917.

HSL color Cylindrical-coordinate representation of color #15025E: hue angle of 252.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15025E is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB21294-
CMYK0.780.9800.63
HSL252.39º95.83%18.82%-
HSV(B)252.39º97.87%36.86%-
XYZ2.351.0110.66-
YUV18.17170.79130.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 94 (37.11% from 255) = 80.34%
R=17.95%
G=1.71%
B=80.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal212940.780.9800.63252.3995.8318.82
Hex1525E4E6203Ffc6013
Octal25213611614207737414023
Binary1010110101111010011101100010011111111111100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15025E; }

 p { color: rgb(21,2,94); }

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

<style>
 a { background-color: #15025E; }

 a { background-color: rgb(21,2,94); }

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

<style>
 span { border-color: #15025E; }

 span { border-color: rgb(21,2,94); }

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