Shades of New Midnight Blue #130BAF
Tints of New Midnight Blue #130BAF
RGB
CMYK
RGB Variations
Color information
#130BAF (or 0x130BAF) is known color: New Midnight Blue. HEX triplet: 13, 0B and AF. RGB value is (19,11,175). Sum of RGB (Red+Green+Blue) = 19+11+175=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 175 (68.75% from 255 or 85.37% from 205); Max value from RGB is 175 - color contains mainly: blue. Hex color #130BAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BAF is #ECF450. Grayscale: #1F1F1F. Windows color (decimal): -15529041 or 11471635. OLE color: 11471635.
HSL color Cylindrical-coordinate representation of color #130BAF: hue angle of 242.93º degrees, saturation: 0.88, 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 #130BAF is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 11 | 175 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.31 |
| HSL | 242.93º | 0.88% | 0.36% | - |
| HSV(B) | 242.93º | 0.94% | 0.69% | - |
| XYZ | 8.13 | 3.47 | 40.8 | - |
| YUV | 32.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 175 | 0.89 | 0.94 | 0 | 0.31 | 242.93 | 0.88 | 0.36 |
| Hex | 13 | B | AF | 59 | 5E | 0 | 1F | F3 | 58 | 24 |
| Octal | 23 | 13 | 257 | 131 | 136 | 0 | 37 | 363 | 130 | 44 |
| Binary | 10011 | 1011 | 10101111 | 1011001 | 1011110 | 0 | 11111 | 11110011 | 1011000 | 100100 |
Color Harmonies of #130BAF
Complementary color
Monochromatic Colors of #130BAF
Black with #130BAF
Text Example
Text Example
White with #130BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BAF; }
p { color: rgb(19,11,175); }
H1.HeaderClassName
{
color: #130BAF;
}
.AnyTagClassName
{
color: #130BAF;
}
</style>
background-color css
<style>
a { background-color: #130BAF; }
a { background-color: rgb(19,11,175); }
div.DivClassName
{
background-color: #130BAF;
}
.BgClassName
{
background-color: #130BAF;
}
</style>
border-color css
<style>
span { border-color: #130BAF; }
span { border-color: rgb(19,11,175); }
td.TdClassName
{
border-color: #130BAF;
}
.TagClassName
{
border-color: #130BAF;
}
</style>