#15015A

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

Shades of Midnight Blue #15015A

Tints of Midnight Blue #15015A

Color information

#15015A (or 0x15015A) is unknown color: approx Midnight Blue. HEX triplet: 15, 01 and 5A. RGB value is (21,1,90). Sum of RGB (Red+Green+Blue) = 21+1+90=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #15015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15015A is #EAFEA5. Grayscale: #101010. Windows color (decimal): -15400614 or 5898517. OLE color: 5898517.

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

Color convert

RGB21190-
CMYK0.770.9900.65
HSL253.48º97.8%17.84%-
HSV(B)253.48º98.89%35.29%-
XYZ2.170.929.74-
YUV17.13169.13130.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 90 (35.55% from 255) = 80.36%
R=18.75%
G=0.89%
B=80.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal211900.770.9900.65253.4897.817.84
Hex1515A4D63041fd6212
Octal251132115143010137514222
Binary1010111011010100110111000110100000111111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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