Shades of Midnight Blue #151B5A
Tints of Midnight Blue #151B5A
RGB
CMYK
RGB Variations
Color information
#151B5A (or 0x151B5A) is known color: Midnight Blue. HEX triplet: 15, 1B and 5A. RGB value is (21,27,90). Sum of RGB (Red+Green+Blue) = 21+27+90=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #151B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B5A is #EAE4A5. Grayscale: #202020. Windows color (decimal): -15393958 or 5905173. OLE color: 5905173.
HSL color Cylindrical-coordinate representation of color #151B5A: hue angle of 234.78º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151B5A is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 27 | 90 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.65 |
| HSL | 234.78º | 0.62% | 0.22% | - |
| HSV(B) | 234.78º | 0.77% | 0.35% | - |
| XYZ | 2.55 | 1.68 | 9.86 | - |
| YUV | 32.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 90 | 0.77 | 0.70 | 0 | 0.65 | 234.78 | 0.62 | 0.22 |
| Hex | 15 | 1B | 5A | 4D | 46 | 0 | 41 | EB | 3E | 16 |
| Octal | 25 | 33 | 132 | 115 | 106 | 0 | 101 | 353 | 76 | 26 |
| Binary | 10101 | 11011 | 1011010 | 1001101 | 1000110 | 0 | 1000001 | 11101011 | 111110 | 10110 |
Color Harmonies of #151B5A
Complementary color
Monochromatic Colors of #151B5A
Black with #151B5A
Text Example
Text Example
White with #151B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B5A; }
p { color: rgb(21,27,90); }
H1.HeaderClassName
{
color: #151B5A;
}
.AnyTagClassName
{
color: #151B5A;
}
</style>
background-color css
<style>
a { background-color: #151B5A; }
a { background-color: rgb(21,27,90); }
div.DivClassName
{
background-color: #151B5A;
}
.BgClassName
{
background-color: #151B5A;
}
</style>
border-color css
<style>
span { border-color: #151B5A; }
span { border-color: rgb(21,27,90); }
td.TdClassName
{
border-color: #151B5A;
}
.TagClassName
{
border-color: #151B5A;
}
</style>