Shades of Midnight Blue #131658
Tints of Midnight Blue #131658
RGB
CMYK
RGB Variations
Color information
#131658 (or 0x131658) is known color: Midnight Blue. HEX triplet: 13, 16 and 58. RGB value is (19,22,88). Sum of RGB (Red+Green+Blue) = 19+22+88=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #131658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131658 is #ECE9A7. Grayscale: #1C1C1C. Windows color (decimal): -15526312 or 5772819. OLE color: 5772819.
HSL color Cylindrical-coordinate representation of color #131658: hue angle of 237.39º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131658 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 22 | 88 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.65 |
| HSL | 237.39º | 0.64% | 0.21% | - |
| HSV(B) | 237.39º | 0.78% | 0.35% | - |
| XYZ | 2.32 | 1.42 | 9.38 | - |
| YUV | 28.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 88 | 0.78 | 0.75 | 0 | 0.65 | 237.39 | 0.64 | 0.21 |
| Hex | 13 | 16 | 58 | 4E | 4B | 0 | 41 | ED | 40 | 15 |
| Octal | 23 | 26 | 130 | 116 | 113 | 0 | 101 | 355 | 100 | 25 |
| Binary | 10011 | 10110 | 1011000 | 1001110 | 1001011 | 0 | 1000001 | 11101101 | 1000000 | 10101 |
Color Harmonies of #131658
Complementary color
Monochromatic Colors of #131658
Black with #131658
Text Example
Text Example
White with #131658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131658; }
p { color: rgb(19,22,88); }
H1.HeaderClassName
{
color: #131658;
}
.AnyTagClassName
{
color: #131658;
}
</style>
background-color css
<style>
a { background-color: #131658; }
a { background-color: rgb(19,22,88); }
div.DivClassName
{
background-color: #131658;
}
.BgClassName
{
background-color: #131658;
}
</style>
border-color css
<style>
span { border-color: #131658; }
span { border-color: rgb(19,22,88); }
td.TdClassName
{
border-color: #131658;
}
.TagClassName
{
border-color: #131658;
}
</style>