Shades of Midnight Blue #130A6F
Tints of Midnight Blue #130A6F
RGB
CMYK
RGB Variations
Color information
#130A6F (or 0x130A6F) is known color: Midnight Blue. HEX triplet: 13, 0A and 6F. RGB value is (19,10,111). Sum of RGB (Red+Green+Blue) = 19+10+111=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #130A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A6F is #ECF590. Grayscale: #171717. Windows color (decimal): -15529361 or 7277075. OLE color: 7277075.
HSL color Cylindrical-coordinate representation of color #130A6F: hue angle of 245.35º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130A6F is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 10 | 111 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.56 |
| HSL | 245.35º | 0.83% | 0.24% | - |
| HSV(B) | 245.35º | 0.91% | 0.44% | - |
| XYZ | 3.25 | 1.5 | 15.16 | - |
| YUV | 24.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 111 | 0.83 | 0.91 | 0 | 0.56 | 245.35 | 0.83 | 0.24 |
| Hex | 13 | A | 6F | 53 | 5B | 0 | 38 | F5 | 53 | 18 |
| Octal | 23 | 12 | 157 | 123 | 133 | 0 | 70 | 365 | 123 | 30 |
| Binary | 10011 | 1010 | 1101111 | 1010011 | 1011011 | 0 | 111000 | 11110101 | 1010011 | 11000 |
Color Harmonies of #130A6F
Complementary color
Monochromatic Colors of #130A6F
Black with #130A6F
Text Example
Text Example
White with #130A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A6F; }
p { color: rgb(19,10,111); }
H1.HeaderClassName
{
color: #130A6F;
}
.AnyTagClassName
{
color: #130A6F;
}
</style>
background-color css
<style>
a { background-color: #130A6F; }
a { background-color: rgb(19,10,111); }
div.DivClassName
{
background-color: #130A6F;
}
.BgClassName
{
background-color: #130A6F;
}
</style>
border-color css
<style>
span { border-color: #130A6F; }
span { border-color: rgb(19,10,111); }
td.TdClassName
{
border-color: #130A6F;
}
.TagClassName
{
border-color: #130A6F;
}
</style>