Shades of Midnight Blue #130A6E
Tints of Midnight Blue #130A6E
RGB
CMYK
RGB Variations
Color information
#130A6E (or 0x130A6E) is known color: Midnight Blue. HEX triplet: 13, 0A and 6E. RGB value is (19,10,110). Sum of RGB (Red+Green+Blue) = 19+10+110=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #130A6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A6E is #ECF591. Grayscale: #171717. Windows color (decimal): -15529362 or 7211539. OLE color: 7211539.
HSL color Cylindrical-coordinate representation of color #130A6E: hue angle of 245.4º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130A6E is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 10 | 110 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.57 |
| HSL | 245.4º | 0.83% | 0.24% | - |
| HSV(B) | 245.4º | 0.91% | 0.43% | - |
| XYZ | 3.19 | 1.48 | 14.87 | - |
| YUV | 24.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 110 | 0.83 | 0.91 | 0 | 0.57 | 245.4 | 0.83 | 0.24 |
| Hex | 13 | A | 6E | 53 | 5B | 0 | 39 | F5 | 53 | 18 |
| Octal | 23 | 12 | 156 | 123 | 133 | 0 | 71 | 365 | 123 | 30 |
| Binary | 10011 | 1010 | 1101110 | 1010011 | 1011011 | 0 | 111001 | 11110101 | 1010011 | 11000 |
Color Harmonies of #130A6E
Complementary color
Monochromatic Colors of #130A6E
Black with #130A6E
Text Example
Text Example
White with #130A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A6E; }
p { color: rgb(19,10,110); }
H1.HeaderClassName
{
color: #130A6E;
}
.AnyTagClassName
{
color: #130A6E;
}
</style>
background-color css
<style>
a { background-color: #130A6E; }
a { background-color: rgb(19,10,110); }
div.DivClassName
{
background-color: #130A6E;
}
.BgClassName
{
background-color: #130A6E;
}
</style>
border-color css
<style>
span { border-color: #130A6E; }
span { border-color: rgb(19,10,110); }
td.TdClassName
{
border-color: #130A6E;
}
.TagClassName
{
border-color: #130A6E;
}
</style>