#152682

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

Shades of Midnight Blue #152682

Tints of Midnight Blue #152682

Color information

#152682 (or 0x152682) is unknown color: approx Midnight Blue. HEX triplet: 15, 26 and 82. RGB value is (21,38,130). Sum of RGB (Red+Green+Blue) = 21+38+130=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #152682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152682 is #EAD97D. Grayscale: #2B2B2B. Windows color (decimal): -15391102 or 8529429. OLE color: 8529429.

HSL color Cylindrical-coordinate representation of color #152682: hue angle of 230.64º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152682 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2138130-
CMYK0.840.7100.49
HSL230.64º72.19%29.61%-
HSV(B)230.64º83.85%50.98%-
XYZ5.033.1621.46-
YUV43.4176.87112.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 130 (51.17% from 255) = 68.78%
R=11.11%
G=20.11%
B=68.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21381300.840.7100.49230.6472.1929.61
Hex1526825447031e7481e
Octal254620212410706134711036
Binary101011001101000001010101001000111011000111100111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152682; }

 p { color: rgb(21,38,130); }

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

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

 a { background-color: rgb(21,38,130); }

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

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

 span { border-color: rgb(21,38,130); }

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