Shades of Midnight Blue #1F2663
Tints of Midnight Blue #1F2663
RGB
CMYK
RGB Variations
Color information
#1F2663 (or 0x1F2663) is known color: Midnight Blue. HEX triplet: 1F, 26 and 63. RGB value is (31,38,99). Sum of RGB (Red+Green+Blue) = 31+38+99=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F2663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2663 is #E0D99C. Grayscale: #2A2A2A. Windows color (decimal): -14735773 or 6497823. OLE color: 6497823.
HSL color Cylindrical-coordinate representation of color #1F2663: hue angle of 233.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F2663 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 38 | 99 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.61 |
| HSL | 233.82º | 0.52% | 0.25% | - |
| HSV(B) | 233.82º | 0.69% | 0.39% | - |
| XYZ | 3.51 | 2.58 | 12.12 | - |
| YUV | 42.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 99 | 0.69 | 0.62 | 0 | 0.61 | 233.82 | 0.52 | 0.25 |
| Hex | 1F | 26 | 63 | 45 | 3E | 0 | 3D | EA | 34 | 19 |
| Octal | 37 | 46 | 143 | 105 | 76 | 0 | 75 | 352 | 64 | 31 |
| Binary | 11111 | 100110 | 1100011 | 1000101 | 111110 | 0 | 111101 | 11101010 | 110100 | 11001 |
Color Harmonies of #1F2663
Complementary color
Monochromatic Colors of #1F2663
Black with #1F2663
Text Example
Text Example
White with #1F2663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2663; }
p { color: rgb(31,38,99); }
H1.HeaderClassName
{
color: #1F2663;
}
.AnyTagClassName
{
color: #1F2663;
}
</style>
background-color css
<style>
a { background-color: #1F2663; }
a { background-color: rgb(31,38,99); }
div.DivClassName
{
background-color: #1F2663;
}
.BgClassName
{
background-color: #1F2663;
}
</style>
border-color css
<style>
span { border-color: #1F2663; }
span { border-color: rgb(31,38,99); }
td.TdClassName
{
border-color: #1F2663;
}
.TagClassName
{
border-color: #1F2663;
}
</style>