Shades of Midnight Blue #1F276E
Tints of Midnight Blue #1F276E
RGB
CMYK
RGB Variations
Color information
#1F276E (or 0x1F276E) is known color: Midnight Blue. HEX triplet: 1F, 27 and 6E. RGB value is (31,39,110). Sum of RGB (Red+Green+Blue) = 31+39+110=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F276E is #E0D891. Grayscale: #2C2C2C. Windows color (decimal): -14735506 or 7218975. OLE color: 7218975.
HSL color Cylindrical-coordinate representation of color #1F276E: hue angle of 233.92º 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 #1F276E is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 39 | 110 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.57 |
| HSL | 233.92º | 0.56% | 0.28% | - |
| HSV(B) | 233.92º | 0.72% | 0.43% | - |
| XYZ | 4.11 | 2.87 | 15.09 | - |
| YUV | 44.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 110 | 0.72 | 0.65 | 0 | 0.57 | 233.92 | 0.56 | 0.28 |
| Hex | 1F | 27 | 6E | 48 | 41 | 0 | 39 | EA | 38 | 1C |
| Octal | 37 | 47 | 156 | 110 | 101 | 0 | 71 | 352 | 70 | 34 |
| Binary | 11111 | 100111 | 1101110 | 1001000 | 1000001 | 0 | 111001 | 11101010 | 111000 | 11100 |
Color Harmonies of #1F276E
Complementary color
Monochromatic Colors of #1F276E
Black with #1F276E
Text Example
Text Example
White with #1F276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F276E; }
p { color: rgb(31,39,110); }
H1.HeaderClassName
{
color: #1F276E;
}
.AnyTagClassName
{
color: #1F276E;
}
</style>
background-color css
<style>
a { background-color: #1F276E; }
a { background-color: rgb(31,39,110); }
div.DivClassName
{
background-color: #1F276E;
}
.BgClassName
{
background-color: #1F276E;
}
</style>
border-color css
<style>
span { border-color: #1F276E; }
span { border-color: rgb(31,39,110); }
td.TdClassName
{
border-color: #1F276E;
}
.TagClassName
{
border-color: #1F276E;
}
</style>