Shades of Midnight Blue #1F2667
Tints of Midnight Blue #1F2667
RGB
CMYK
RGB Variations
Color information
#1F2667 (or 0x1F2667) is known color: Midnight Blue. HEX triplet: 1F, 26 and 67. RGB value is (31,38,103). Sum of RGB (Red+Green+Blue) = 31+38+103=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F2667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2667 is #E0D998. Grayscale: #2B2B2B. Windows color (decimal): -14735769 or 6759967. OLE color: 6759967.
HSL color Cylindrical-coordinate representation of color #1F2667: hue angle of 234.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F2667 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 38 | 103 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.60 |
| HSL | 234.17º | 0.54% | 0.26% | - |
| HSV(B) | 234.17º | 0.7% | 0.4% | - |
| XYZ | 3.71 | 2.66 | 13.15 | - |
| YUV | 43.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 103 | 0.70 | 0.63 | 0 | 0.60 | 234.17 | 0.54 | 0.26 |
| Hex | 1F | 26 | 67 | 46 | 3F | 0 | 3C | EA | 36 | 1A |
| Octal | 37 | 46 | 147 | 106 | 77 | 0 | 74 | 352 | 66 | 32 |
| Binary | 11111 | 100110 | 1100111 | 1000110 | 111111 | 0 | 111100 | 11101010 | 110110 | 11010 |
Color Harmonies of #1F2667
Complementary color
Monochromatic Colors of #1F2667
Black with #1F2667
Text Example
Text Example
White with #1F2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2667; }
p { color: rgb(31,38,103); }
H1.HeaderClassName
{
color: #1F2667;
}
.AnyTagClassName
{
color: #1F2667;
}
</style>
background-color css
<style>
a { background-color: #1F2667; }
a { background-color: rgb(31,38,103); }
div.DivClassName
{
background-color: #1F2667;
}
.BgClassName
{
background-color: #1F2667;
}
</style>
border-color css
<style>
span { border-color: #1F2667; }
span { border-color: rgb(31,38,103); }
td.TdClassName
{
border-color: #1F2667;
}
.TagClassName
{
border-color: #1F2667;
}
</style>