Shades of Midnight Blue #1F2B6C
Tints of Midnight Blue #1F2B6C
RGB
CMYK
RGB Variations
Color information
#1F2B6C (or 0x1F2B6C) is known color: Midnight Blue. HEX triplet: 1F, 2B and 6C. RGB value is (31,43,108). Sum of RGB (Red+Green+Blue) = 31+43+108=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F2B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B6C is #E0D493. Grayscale: #2E2E2E. Windows color (decimal): -14734484 or 7088927. OLE color: 7088927.
HSL color Cylindrical-coordinate representation of color #1F2B6C: hue angle of 230.65º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F2B6C is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 43 | 108 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.58 |
| HSL | 230.65º | 0.55% | 0.27% | - |
| HSV(B) | 230.65º | 0.71% | 0.42% | - |
| XYZ | 4.14 | 3.1 | 14.57 | - |
| YUV | 46.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 108 | 0.71 | 0.60 | 0 | 0.58 | 230.65 | 0.55 | 0.27 |
| Hex | 1F | 2B | 6C | 47 | 3C | 0 | 3A | E7 | 37 | 1B |
| Octal | 37 | 53 | 154 | 107 | 74 | 0 | 72 | 347 | 67 | 33 |
| Binary | 11111 | 101011 | 1101100 | 1000111 | 111100 | 0 | 111010 | 11100111 | 110111 | 11011 |
Color Harmonies of #1F2B6C
Complementary color
Monochromatic Colors of #1F2B6C
Black with #1F2B6C
Text Example
Text Example
White with #1F2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B6C; }
p { color: rgb(31,43,108); }
H1.HeaderClassName
{
color: #1F2B6C;
}
.AnyTagClassName
{
color: #1F2B6C;
}
</style>
background-color css
<style>
a { background-color: #1F2B6C; }
a { background-color: rgb(31,43,108); }
div.DivClassName
{
background-color: #1F2B6C;
}
.BgClassName
{
background-color: #1F2B6C;
}
</style>
border-color css
<style>
span { border-color: #1F2B6C; }
span { border-color: rgb(31,43,108); }
td.TdClassName
{
border-color: #1F2B6C;
}
.TagClassName
{
border-color: #1F2B6C;
}
</style>