Shades of Midnight Blue #130258
Tints of Midnight Blue #130258
RGB
CMYK
RGB Variations
Color information
#130258 (or 0x130258) is known color: Midnight Blue. HEX triplet: 13, 02 and 58. RGB value is (19,2,88). Sum of RGB (Red+Green+Blue) = 19+2+88=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #130258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130258 is #ECFDA7. Grayscale: #101010. Windows color (decimal): -15531432 or 5767699. OLE color: 5767699.
HSL color Cylindrical-coordinate representation of color #130258: hue angle of 251.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130258 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 2 | 88 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.65 |
| HSL | 251.86º | 0.96% | 0.18% | - |
| HSV(B) | 251.86º | 0.98% | 0.35% | - |
| XYZ | 2.05 | 0.89 | 9.3 | - |
| YUV | 16.89 | 168.13 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 88 | 0.78 | 0.98 | 0 | 0.65 | 251.86 | 0.96 | 0.18 |
| Hex | 13 | 2 | 58 | 4E | 62 | 0 | 41 | FC | 60 | 12 |
| Octal | 23 | 2 | 130 | 116 | 142 | 0 | 101 | 374 | 140 | 22 |
| Binary | 10011 | 10 | 1011000 | 1001110 | 1100010 | 0 | 1000001 | 11111100 | 1100000 | 10010 |
Color Harmonies of #130258
Complementary color
Monochromatic Colors of #130258
Black with #130258
Text Example
Text Example
White with #130258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130258; }
p { color: rgb(19,2,88); }
H1.HeaderClassName
{
color: #130258;
}
.AnyTagClassName
{
color: #130258;
}
</style>
background-color css
<style>
a { background-color: #130258; }
a { background-color: rgb(19,2,88); }
div.DivClassName
{
background-color: #130258;
}
.BgClassName
{
background-color: #130258;
}
</style>
border-color css
<style>
span { border-color: #130258; }
span { border-color: rgb(19,2,88); }
td.TdClassName
{
border-color: #130258;
}
.TagClassName
{
border-color: #130258;
}
</style>