#150B5D

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

Shades of Midnight Blue #150B5D

Tints of Midnight Blue #150B5D

Color information

#150B5D (or 0x150B5D) is unknown color: approx Midnight Blue. HEX triplet: 15, 0B and 5D. RGB value is (21,11,93). Sum of RGB (Red+Green+Blue) = 21+11+93=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #150B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B5D is #EAF4A2. Grayscale: #171717. Windows color (decimal): -15398051 or 6097685. OLE color: 6097685.

HSL color Cylindrical-coordinate representation of color #150B5D: hue angle of 247.32º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150B5D is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB211193-
CMYK0.770.8800.64
HSL247.32º78.85%20.39%-
HSV(B)247.32º88.17%36.47%-
XYZ2.41.1910.46-
YUV23.34167.31126.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 93 (36.72% from 255) = 74.4%
R=16.8%
G=8.8%
B=74.4%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2111930.770.8800.64247.3278.8520.39
Hex15B5D4D58040f74f14
Octal2513135115130010036711724
Binary1010110111011101100110110110000100000011110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B5D; }

 p { color: rgb(21,11,93); }

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

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

 a { background-color: rgb(21,11,93); }

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

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

 span { border-color: rgb(21,11,93); }

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