Shades of New Midnight Blue #130AAF
Tints of New Midnight Blue #130AAF
RGB
CMYK
RGB Variations
Color information
#130AAF (or 0x130AAF) is known color: New Midnight Blue. HEX triplet: 13, 0A and AF. RGB value is (19,10,175). Sum of RGB (Red+Green+Blue) = 19+10+175=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 175 (68.75% from 255 or 85.78% from 204); Max value from RGB is 175 - color contains mainly: blue. Hex color #130AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130AAF is #ECF550. Grayscale: #1E1E1E. Windows color (decimal): -15529297 or 11471379. OLE color: 11471379.
HSL color Cylindrical-coordinate representation of color #130AAF: hue angle of 243.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130AAF is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 10 | 175 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.31 |
| HSL | 243.27º | 0.89% | 0.36% | - |
| HSV(B) | 243.27º | 0.94% | 0.69% | - |
| XYZ | 8.11 | 3.45 | 40.8 | - |
| YUV | 31.5 | 208.98 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 175 | 0.89 | 0.94 | 0 | 0.31 | 243.27 | 0.89 | 0.36 |
| Hex | 13 | A | AF | 59 | 5E | 0 | 1F | F3 | 59 | 24 |
| Octal | 23 | 12 | 257 | 131 | 136 | 0 | 37 | 363 | 131 | 44 |
| Binary | 10011 | 1010 | 10101111 | 1011001 | 1011110 | 0 | 11111 | 11110011 | 1011001 | 100100 |
Color Harmonies of #130AAF
Complementary color
Monochromatic Colors of #130AAF
Black with #130AAF
Text Example
Text Example
White with #130AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AAF; }
p { color: rgb(19,10,175); }
H1.HeaderClassName
{
color: #130AAF;
}
.AnyTagClassName
{
color: #130AAF;
}
</style>
background-color css
<style>
a { background-color: #130AAF; }
a { background-color: rgb(19,10,175); }
div.DivClassName
{
background-color: #130AAF;
}
.BgClassName
{
background-color: #130AAF;
}
</style>
border-color css
<style>
span { border-color: #130AAF; }
span { border-color: rgb(19,10,175); }
td.TdClassName
{
border-color: #130AAF;
}
.TagClassName
{
border-color: #130AAF;
}
</style>