Shades of Midnight Blue #1F206E
Tints of Midnight Blue #1F206E
RGB
CMYK
RGB Variations
Color information
#1F206E (or 0x1F206E) is known color: Midnight Blue. HEX triplet: 1F, 20 and 6E. RGB value is (31,32,110). Sum of RGB (Red+Green+Blue) = 31+32+110=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F206E is #E0DF91. Grayscale: #282828. Windows color (decimal): -14737298 or 7217183. OLE color: 7217183.
HSL color Cylindrical-coordinate representation of color #1F206E: hue angle of 239.24º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F206E is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 32 | 110 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.57 |
| HSL | 239.24º | 0.56% | 0.28% | - |
| HSV(B) | 239.24º | 0.72% | 0.43% | - |
| XYZ | 3.9 | 2.45 | 15.02 | - |
| YUV | 40.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 110 | 0.72 | 0.71 | 0 | 0.57 | 239.24 | 0.56 | 0.28 |
| Hex | 1F | 20 | 6E | 48 | 47 | 0 | 39 | EF | 38 | 1C |
| Octal | 37 | 40 | 156 | 110 | 107 | 0 | 71 | 357 | 70 | 34 |
| Binary | 11111 | 100000 | 1101110 | 1001000 | 1000111 | 0 | 111001 | 11101111 | 111000 | 11100 |
Color Harmonies of #1F206E
Complementary color
Monochromatic Colors of #1F206E
Black with #1F206E
Text Example
Text Example
White with #1F206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F206E; }
p { color: rgb(31,32,110); }
H1.HeaderClassName
{
color: #1F206E;
}
.AnyTagClassName
{
color: #1F206E;
}
</style>
background-color css
<style>
a { background-color: #1F206E; }
a { background-color: rgb(31,32,110); }
div.DivClassName
{
background-color: #1F206E;
}
.BgClassName
{
background-color: #1F206E;
}
</style>
border-color css
<style>
span { border-color: #1F206E; }
span { border-color: rgb(31,32,110); }
td.TdClassName
{
border-color: #1F206E;
}
.TagClassName
{
border-color: #1F206E;
}
</style>