#152484

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

Shades of Midnight Blue #152484

Tints of Midnight Blue #152484

Color information

#152484 (or 0x152484) is unknown color: approx Midnight Blue. HEX triplet: 15, 24 and 84. RGB value is (21,36,132). Sum of RGB (Red+Green+Blue) = 21+36+132=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #152484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152484 is #EADB7B. Grayscale: #2A2A2A. Windows color (decimal): -15391612 or 8659989. OLE color: 8659989.

HSL color Cylindrical-coordinate representation of color #152484: hue angle of 231.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152484 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2136132-
CMYK0.840.7300.48
HSL231.89º72.55%30%-
HSV(B)231.89º84.09%51.76%-
XYZ5.13.0922.16-
YUV42.46178.53112.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 132 (51.95% from 255) = 69.84%
R=11.11%
G=19.05%
B=69.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21361320.840.7300.48231.8972.5530
Hex1524845449030e8491e
Octal254420412411106035011136
Binary101011001001000010010101001001001011000011101000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152484; }

 p { color: rgb(21,36,132); }

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

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

 a { background-color: rgb(21,36,132); }

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

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

 span { border-color: rgb(21,36,132); }

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