Shades of Midnight Blue #151C74
Tints of Midnight Blue #151C74
RGB
CMYK
RGB Variations
Color information
#151C74 (or 0x151C74) is known color: Midnight Blue. HEX triplet: 15, 1C and 74. RGB value is (21,28,116). Sum of RGB (Red+Green+Blue) = 21+28+116=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #151C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C74 is #EAE38B. Grayscale: #232323. Windows color (decimal): -15393676 or 7609365. OLE color: 7609365.
HSL color Cylindrical-coordinate representation of color #151C74: hue angle of 235.58º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151C74 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 28 | 116 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.55 |
| HSL | 235.58º | 0.69% | 0.27% | - |
| HSV(B) | 235.58º | 0.82% | 0.45% | - |
| XYZ | 3.88 | 2.25 | 16.75 | - |
| YUV | 35.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 116 | 0.82 | 0.76 | 0 | 0.55 | 235.58 | 0.69 | 0.27 |
| Hex | 15 | 1C | 74 | 52 | 4C | 0 | 37 | EC | 45 | 1B |
| Octal | 25 | 34 | 164 | 122 | 114 | 0 | 67 | 354 | 105 | 33 |
| Binary | 10101 | 11100 | 1110100 | 1010010 | 1001100 | 0 | 110111 | 11101100 | 1000101 | 11011 |
Color Harmonies of #151C74
Complementary color
Monochromatic Colors of #151C74
Black with #151C74
Text Example
Text Example
White with #151C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C74; }
p { color: rgb(21,28,116); }
H1.HeaderClassName
{
color: #151C74;
}
.AnyTagClassName
{
color: #151C74;
}
</style>
background-color css
<style>
a { background-color: #151C74; }
a { background-color: rgb(21,28,116); }
div.DivClassName
{
background-color: #151C74;
}
.BgClassName
{
background-color: #151C74;
}
</style>
border-color css
<style>
span { border-color: #151C74; }
span { border-color: rgb(21,28,116); }
td.TdClassName
{
border-color: #151C74;
}
.TagClassName
{
border-color: #151C74;
}
</style>