#15045A

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

Shades of Midnight Blue #15045A

Tints of Midnight Blue #15045A

Color information

#15045A (or 0x15045A) is unknown color: approx Midnight Blue. HEX triplet: 15, 04 and 5A. RGB value is (21,4,90). Sum of RGB (Red+Green+Blue) = 21+4+90=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #15045A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15045A is #EAFBA5. Grayscale: #121212. Windows color (decimal): -15399846 or 5899285. OLE color: 5899285.

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

Color convert

RGB21490-
CMYK0.770.9600.65
HSL251.86º91.49%18.43%-
HSV(B)251.86º95.56%35.29%-
XYZ2.20.989.75-
YUV18.89168.13129.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 90 (35.55% from 255) = 78.26%
R=18.26%
G=3.48%
B=78.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal214900.770.9600.65251.8691.4918.43
Hex1545A4D60041fc5b12
Octal254132115140010137413322
Binary101011001011010100110111000000100000111111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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