Shades of Midnight Blue #151B5C
Tints of Midnight Blue #151B5C
RGB
CMYK
RGB Variations
Color information
#151B5C (or 0x151B5C) is known color: Midnight Blue. HEX triplet: 15, 1B and 5C. RGB value is (21,27,92). Sum of RGB (Red+Green+Blue) = 21+27+92=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #151B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B5C is #EAE4A3. Grayscale: #202020. Windows color (decimal): -15393956 or 6036245. OLE color: 6036245.
HSL color Cylindrical-coordinate representation of color #151B5C: hue angle of 234.93º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151B5C is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 27 | 92 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.64 |
| HSL | 234.93º | 0.63% | 0.22% | - |
| HSV(B) | 234.93º | 0.77% | 0.36% | - |
| XYZ | 2.63 | 1.72 | 10.32 | - |
| YUV | 32.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 92 | 0.77 | 0.71 | 0 | 0.64 | 234.93 | 0.63 | 0.22 |
| Hex | 15 | 1B | 5C | 4D | 47 | 0 | 40 | EB | 3F | 16 |
| Octal | 25 | 33 | 134 | 115 | 107 | 0 | 100 | 353 | 77 | 26 |
| Binary | 10101 | 11011 | 1011100 | 1001101 | 1000111 | 0 | 1000000 | 11101011 | 111111 | 10110 |
Color Harmonies of #151B5C
Complementary color
Monochromatic Colors of #151B5C
Black with #151B5C
Text Example
Text Example
White with #151B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B5C; }
p { color: rgb(21,27,92); }
H1.HeaderClassName
{
color: #151B5C;
}
.AnyTagClassName
{
color: #151B5C;
}
</style>
background-color css
<style>
a { background-color: #151B5C; }
a { background-color: rgb(21,27,92); }
div.DivClassName
{
background-color: #151B5C;
}
.BgClassName
{
background-color: #151B5C;
}
</style>
border-color css
<style>
span { border-color: #151B5C; }
span { border-color: rgb(21,27,92); }
td.TdClassName
{
border-color: #151B5C;
}
.TagClassName
{
border-color: #151B5C;
}
</style>