Shades of New Midnight Blue #130DAF
Tints of New Midnight Blue #130DAF
RGB
CMYK
RGB Variations
Color information
#130DAF (or 0x130DAF) is known color: New Midnight Blue. HEX triplet: 13, 0D and AF. RGB value is (19,13,175). Sum of RGB (Red+Green+Blue) = 19+13+175=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 175 (68.75% from 255 or 84.54% from 207); Max value from RGB is 175 - color contains mainly: blue. Hex color #130DAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130DAF is #ECF250. Grayscale: #202020. Windows color (decimal): -15528529 or 11472147. OLE color: 11472147.
HSL color Cylindrical-coordinate representation of color #130DAF: hue angle of 242.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130DAF is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 13 | 175 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.31 |
| HSL | 242.22º | 0.86% | 0.37% | - |
| HSV(B) | 242.22º | 0.93% | 0.69% | - |
| XYZ | 8.15 | 3.52 | 40.81 | - |
| YUV | 33.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 175 | 0.89 | 0.93 | 0 | 0.31 | 242.22 | 0.86 | 0.37 |
| Hex | 13 | D | AF | 59 | 5D | 0 | 1F | F2 | 56 | 25 |
| Octal | 23 | 15 | 257 | 131 | 135 | 0 | 37 | 362 | 126 | 45 |
| Binary | 10011 | 1101 | 10101111 | 1011001 | 1011101 | 0 | 11111 | 11110010 | 1010110 | 100101 |
Color Harmonies of #130DAF
Complementary color
Monochromatic Colors of #130DAF
Black with #130DAF
Text Example
Text Example
White with #130DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DAF; }
p { color: rgb(19,13,175); }
H1.HeaderClassName
{
color: #130DAF;
}
.AnyTagClassName
{
color: #130DAF;
}
</style>
background-color css
<style>
a { background-color: #130DAF; }
a { background-color: rgb(19,13,175); }
div.DivClassName
{
background-color: #130DAF;
}
.BgClassName
{
background-color: #130DAF;
}
</style>
border-color css
<style>
span { border-color: #130DAF; }
span { border-color: rgb(19,13,175); }
td.TdClassName
{
border-color: #130DAF;
}
.TagClassName
{
border-color: #130DAF;
}
</style>