#15055A

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

Shades of Midnight Blue #15055A

Tints of Midnight Blue #15055A

Color information

#15055A (or 0x15055A) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 5A. RGB value is (21,5,90). Sum of RGB (Red+Green+Blue) = 21+5+90=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #15055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15055A is #EAFAA5. Grayscale: #131313. Windows color (decimal): -15399590 or 5899541. OLE color: 5899541.

HSL color Cylindrical-coordinate representation of color #15055A: hue angle of 251.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15055A is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21590-
CMYK0.770.9400.65
HSL251.29º89.47%18.63%-
HSV(B)251.29º94.44%35.29%-
XYZ2.211.019.75-
YUV19.47167.8129.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 90 (35.55% from 255) = 77.59%
R=18.10%
G=4.31%
B=77.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal215900.770.9400.65251.2989.4718.63
Hex1555A4D5E041fb5913
Octal255132115136010137313123
Binary101011011011010100110110111100100000111111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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