#150B5B

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

Shades of Midnight Blue #150B5B

Tints of Midnight Blue #150B5B

Color information

#150B5B (or 0x150B5B) is unknown color: approx Midnight Blue. HEX triplet: 15, 0B and 5B. RGB value is (21,11,91). Sum of RGB (Red+Green+Blue) = 21+11+91=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #150B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B5B is #EAF4A4. Grayscale: #161616. Windows color (decimal): -15398053 or 5966613. OLE color: 5966613.

HSL color Cylindrical-coordinate representation of color #150B5B: hue angle of 247.5º degrees, saturation: 0.78, 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 #150B5B is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB211191-
CMYK0.770.8800.64
HSL247.5º78.43%20%-
HSV(B)247.5º87.91%35.69%-
XYZ2.321.1510-
YUV23.11166.31126.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 91 (35.94% from 255) = 73.98%
R=17.07%
G=8.94%
B=73.98%

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
Decimal2111910.770.8800.64247.578.4320
Hex15B5B4D58040f84e14
Octal2513133115130010037011624
Binary1010110111011011100110110110000100000011111000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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