Shades of Midnight Blue #151F7C
Tints of Midnight Blue #151F7C
RGB
CMYK
RGB Variations
Color information
#151F7C (or 0x151F7C) is known color: Midnight Blue. HEX triplet: 15, 1F and 7C. RGB value is (21,31,124). Sum of RGB (Red+Green+Blue) = 21+31+124=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #151F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F7C is #EAE083. Grayscale: #262626. Windows color (decimal): -15392900 or 8134421. OLE color: 8134421.
HSL color Cylindrical-coordinate representation of color #151F7C: hue angle of 234.17º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #151F7C is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 31 | 124 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.51 |
| HSL | 234.17º | 0.71% | 0.28% | - |
| HSV(B) | 234.17º | 0.83% | 0.49% | - |
| XYZ | 4.44 | 2.59 | 19.34 | - |
| YUV | 38.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 124 | 0.83 | 0.75 | 0 | 0.51 | 234.17 | 0.71 | 0.28 |
| Hex | 15 | 1F | 7C | 53 | 4B | 0 | 33 | EA | 47 | 1C |
| Octal | 25 | 37 | 174 | 123 | 113 | 0 | 63 | 352 | 107 | 34 |
| Binary | 10101 | 11111 | 1111100 | 1010011 | 1001011 | 0 | 110011 | 11101010 | 1000111 | 11100 |
Color Harmonies of #151F7C
Complementary color
Monochromatic Colors of #151F7C
Black with #151F7C
Text Example
Text Example
White with #151F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F7C; }
p { color: rgb(21,31,124); }
H1.HeaderClassName
{
color: #151F7C;
}
.AnyTagClassName
{
color: #151F7C;
}
</style>
background-color css
<style>
a { background-color: #151F7C; }
a { background-color: rgb(21,31,124); }
div.DivClassName
{
background-color: #151F7C;
}
.BgClassName
{
background-color: #151F7C;
}
</style>
border-color css
<style>
span { border-color: #151F7C; }
span { border-color: rgb(21,31,124); }
td.TdClassName
{
border-color: #151F7C;
}
.TagClassName
{
border-color: #151F7C;
}
</style>