Shades of Midnight Blue #151A69
Tints of Midnight Blue #151A69
RGB
CMYK
RGB Variations
Color information
#151A69 (or 0x151A69) is known color: Midnight Blue. HEX triplet: 15, 1A and 69. RGB value is (21,26,105). Sum of RGB (Red+Green+Blue) = 21+26+105=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #151A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A69 is #EAE596. Grayscale: #212121. Windows color (decimal): -15394199 or 6887957. OLE color: 6887957.
HSL color Cylindrical-coordinate representation of color #151A69: hue angle of 236.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #151A69 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 26 | 105 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.59 |
| HSL | 236.43º | 0.67% | 0.25% | - |
| HSV(B) | 236.43º | 0.8% | 0.41% | - |
| XYZ | 3.23 | 1.92 | 13.56 | - |
| YUV | 33.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 105 | 0.80 | 0.75 | 0 | 0.59 | 236.43 | 0.67 | 0.25 |
| Hex | 15 | 1A | 69 | 50 | 4B | 0 | 3B | EC | 43 | 19 |
| Octal | 25 | 32 | 151 | 120 | 113 | 0 | 73 | 354 | 103 | 31 |
| Binary | 10101 | 11010 | 1101001 | 1010000 | 1001011 | 0 | 111011 | 11101100 | 1000011 | 11001 |
Color Harmonies of #151A69
Complementary color
Monochromatic Colors of #151A69
Black with #151A69
Text Example
Text Example
White with #151A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A69; }
p { color: rgb(21,26,105); }
H1.HeaderClassName
{
color: #151A69;
}
.AnyTagClassName
{
color: #151A69;
}
</style>
background-color css
<style>
a { background-color: #151A69; }
a { background-color: rgb(21,26,105); }
div.DivClassName
{
background-color: #151A69;
}
.BgClassName
{
background-color: #151A69;
}
</style>
border-color css
<style>
span { border-color: #151A69; }
span { border-color: rgb(21,26,105); }
td.TdClassName
{
border-color: #151A69;
}
.TagClassName
{
border-color: #151A69;
}
</style>