Shades of Midnight Blue #151F7D
Tints of Midnight Blue #151F7D
RGB
CMYK
RGB Variations
Color information
#151F7D (or 0x151F7D) is known color: Midnight Blue. HEX triplet: 15, 1F and 7D. RGB value is (21,31,125). Sum of RGB (Red+Green+Blue) = 21+31+125=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #151F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F7D is #EAE082. Grayscale: #262626. Windows color (decimal): -15392899 or 8199957. OLE color: 8199957.
HSL color Cylindrical-coordinate representation of color #151F7D: hue angle of 234.23º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #151F7D is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 31 | 125 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.51 |
| HSL | 234.23º | 0.71% | 0.29% | - |
| HSV(B) | 234.23º | 0.83% | 0.49% | - |
| XYZ | 4.5 | 2.62 | 19.67 | - |
| YUV | 38.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 125 | 0.83 | 0.75 | 0 | 0.51 | 234.23 | 0.71 | 0.29 |
| Hex | 15 | 1F | 7D | 53 | 4B | 0 | 33 | EA | 47 | 1D |
| Octal | 25 | 37 | 175 | 123 | 113 | 0 | 63 | 352 | 107 | 35 |
| Binary | 10101 | 11111 | 1111101 | 1010011 | 1001011 | 0 | 110011 | 11101010 | 1000111 | 11101 |
Color Harmonies of #151F7D
Complementary color
Monochromatic Colors of #151F7D
Black with #151F7D
Text Example
Text Example
White with #151F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F7D; }
p { color: rgb(21,31,125); }
H1.HeaderClassName
{
color: #151F7D;
}
.AnyTagClassName
{
color: #151F7D;
}
</style>
background-color css
<style>
a { background-color: #151F7D; }
a { background-color: rgb(21,31,125); }
div.DivClassName
{
background-color: #151F7D;
}
.BgClassName
{
background-color: #151F7D;
}
</style>
border-color css
<style>
span { border-color: #151F7D; }
span { border-color: rgb(21,31,125); }
td.TdClassName
{
border-color: #151F7D;
}
.TagClassName
{
border-color: #151F7D;
}
</style>