#15055E

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

Shades of Midnight Blue #15055E

Tints of Midnight Blue #15055E

Color information

#15055E (or 0x15055E) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 5E. RGB value is (21,5,94). Sum of RGB (Red+Green+Blue) = 21+5+94=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #15055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15055E is #EAFAA1. Grayscale: #131313. Windows color (decimal): -15399586 or 6161685. OLE color: 6161685.

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

Color convert

RGB21594-
CMYK0.780.9500.63
HSL250.79º89.9%19.41%-
HSV(B)250.79º94.68%36.86%-
XYZ2.381.0810.67-
YUV19.93169.8128.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 94 (37.11% from 255) = 78.33%
R=17.5%
G=4.17%
B=78.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal215940.780.9500.63250.7989.919.41
Hex1555E4E5F03Ffb5a13
Octal25513611613707737313223
Binary10101101101111010011101011111011111111111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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