Shades of Midnight Blue #1F136E
Tints of Midnight Blue #1F136E
RGB
CMYK
RGB Variations
Color information
#1F136E (or 0x1F136E) is known color: Midnight Blue. HEX triplet: 1F, 13 and 6E. RGB value is (31,19,110). Sum of RGB (Red+Green+Blue) = 31+19+110=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F136E is #E0EC91. Grayscale: #202020. Windows color (decimal): -14740626 or 7213855. OLE color: 7213855.
HSL color Cylindrical-coordinate representation of color #1F136E: hue angle of 247.91º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F136E is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 19 | 110 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.57 |
| HSL | 247.91º | 0.71% | 0.25% | - |
| HSV(B) | 247.91º | 0.83% | 0.43% | - |
| XYZ | 3.61 | 1.88 | 14.92 | - |
| YUV | 32.96 | 171.48 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 110 | 0.72 | 0.83 | 0 | 0.57 | 247.91 | 0.71 | 0.25 |
| Hex | 1F | 13 | 6E | 48 | 53 | 0 | 39 | F8 | 47 | 19 |
| Octal | 37 | 23 | 156 | 110 | 123 | 0 | 71 | 370 | 107 | 31 |
| Binary | 11111 | 10011 | 1101110 | 1001000 | 1010011 | 0 | 111001 | 11111000 | 1000111 | 11001 |
Color Harmonies of #1F136E
Complementary color
Monochromatic Colors of #1F136E
Black with #1F136E
Text Example
Text Example
White with #1F136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F136E; }
p { color: rgb(31,19,110); }
H1.HeaderClassName
{
color: #1F136E;
}
.AnyTagClassName
{
color: #1F136E;
}
</style>
background-color css
<style>
a { background-color: #1F136E; }
a { background-color: rgb(31,19,110); }
div.DivClassName
{
background-color: #1F136E;
}
.BgClassName
{
background-color: #1F136E;
}
</style>
border-color css
<style>
span { border-color: #1F136E; }
span { border-color: rgb(31,19,110); }
td.TdClassName
{
border-color: #1F136E;
}
.TagClassName
{
border-color: #1F136E;
}
</style>