#151D60

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

Shades of Midnight Blue #151D60

Tints of Midnight Blue #151D60

Color information

#151D60 (or 0x151D60) is unknown color: approx Midnight Blue. HEX triplet: 15, 1D and 60. RGB value is (21,29,96). Sum of RGB (Red+Green+Blue) = 21+29+96=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #151D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D60 is #EAE29F. Grayscale: #212121. Windows color (decimal): -15393440 or 6298901. OLE color: 6298901.

HSL color Cylindrical-coordinate representation of color #151D60: hue angle of 233.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151D60 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB212996-
CMYK0.780.7000.62
HSL233.6º64.1%22.94%-
HSV(B)233.6º78.12%37.65%-
XYZ2.861.8811.28-
YUV34.25162.85118.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=14.38%
G=19.86%
B=65.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2129960.780.7000.62233.664.122.94
Hex151D604E4603Eea4017
Octal253514011610607635210027
Binary1010111101110000010011101000110011111011101010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151D60; }

 p { color: rgb(21,29,96); }

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

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

 a { background-color: rgb(21,29,96); }

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

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

 span { border-color: rgb(21,29,96); }

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