Shades of Midnight Blue #1F2765
Tints of Midnight Blue #1F2765
RGB
CMYK
RGB Variations
Color information
#1F2765 (or 0x1F2765) is known color: Midnight Blue. HEX triplet: 1F, 27 and 65. RGB value is (31,39,101). Sum of RGB (Red+Green+Blue) = 31+39+101=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F2765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2765 is #E0D89A. Grayscale: #2B2B2B. Windows color (decimal): -14735515 or 6629151. OLE color: 6629151.
HSL color Cylindrical-coordinate representation of color #1F2765: hue angle of 233.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F2765 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 39 | 101 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.60 |
| HSL | 233.14º | 0.53% | 0.26% | - |
| HSV(B) | 233.14º | 0.69% | 0.4% | - |
| XYZ | 3.64 | 2.68 | 12.64 | - |
| YUV | 43.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 101 | 0.69 | 0.61 | 0 | 0.60 | 233.14 | 0.53 | 0.26 |
| Hex | 1F | 27 | 65 | 45 | 3D | 0 | 3C | E9 | 35 | 1A |
| Octal | 37 | 47 | 145 | 105 | 75 | 0 | 74 | 351 | 65 | 32 |
| Binary | 11111 | 100111 | 1100101 | 1000101 | 111101 | 0 | 111100 | 11101001 | 110101 | 11010 |
Color Harmonies of #1F2765
Complementary color
Monochromatic Colors of #1F2765
Black with #1F2765
Text Example
Text Example
White with #1F2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2765; }
p { color: rgb(31,39,101); }
H1.HeaderClassName
{
color: #1F2765;
}
.AnyTagClassName
{
color: #1F2765;
}
</style>
background-color css
<style>
a { background-color: #1F2765; }
a { background-color: rgb(31,39,101); }
div.DivClassName
{
background-color: #1F2765;
}
.BgClassName
{
background-color: #1F2765;
}
</style>
border-color css
<style>
span { border-color: #1F2765; }
span { border-color: rgb(31,39,101); }
td.TdClassName
{
border-color: #1F2765;
}
.TagClassName
{
border-color: #1F2765;
}
</style>