Shades of Midnight Blue #130F68
Tints of Midnight Blue #130F68
RGB
CMYK
RGB Variations
Color information
#130F68 (or 0x130F68) is known color: Midnight Blue. HEX triplet: 13, 0F and 68. RGB value is (19,15,104). Sum of RGB (Red+Green+Blue) = 19+15+104=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #130F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F68 is #ECF097. Grayscale: #191919. Windows color (decimal): -15528088 or 6819603. OLE color: 6819603.
HSL color Cylindrical-coordinate representation of color #130F68: hue angle of 242.7º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130F68 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 15 | 104 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.59 |
| HSL | 242.7º | 0.75% | 0.23% | - |
| HSV(B) | 242.7º | 0.86% | 0.41% | - |
| XYZ | 2.94 | 1.48 | 13.23 | - |
| YUV | 26.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 104 | 0.82 | 0.86 | 0 | 0.59 | 242.7 | 0.75 | 0.23 |
| Hex | 13 | F | 68 | 52 | 56 | 0 | 3B | F3 | 4B | 17 |
| Octal | 23 | 17 | 150 | 122 | 126 | 0 | 73 | 363 | 113 | 27 |
| Binary | 10011 | 1111 | 1101000 | 1010010 | 1010110 | 0 | 111011 | 11110011 | 1001011 | 10111 |
Color Harmonies of #130F68
Complementary color
Monochromatic Colors of #130F68
Black with #130F68
Text Example
Text Example
White with #130F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F68; }
p { color: rgb(19,15,104); }
H1.HeaderClassName
{
color: #130F68;
}
.AnyTagClassName
{
color: #130F68;
}
</style>
background-color css
<style>
a { background-color: #130F68; }
a { background-color: rgb(19,15,104); }
div.DivClassName
{
background-color: #130F68;
}
.BgClassName
{
background-color: #130F68;
}
</style>
border-color css
<style>
span { border-color: #130F68; }
span { border-color: rgb(19,15,104); }
td.TdClassName
{
border-color: #130F68;
}
.TagClassName
{
border-color: #130F68;
}
</style>