Shades of New Midnight Blue #130BAE
Tints of New Midnight Blue #130BAE
RGB
CMYK
RGB Variations
Color information
#130BAE (or 0x130BAE) is known color: New Midnight Blue. HEX triplet: 13, 0B and AE. RGB value is (19,11,174). Sum of RGB (Red+Green+Blue) = 19+11+174=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 174 (68.36% from 255 or 85.29% from 204); Max value from RGB is 174 - color contains mainly: blue. Hex color #130BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BAE is #ECF451. Grayscale: #1F1F1F. Windows color (decimal): -15529042 or 11406099. OLE color: 11406099.
HSL color Cylindrical-coordinate representation of color #130BAE: hue angle of 242.94º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130BAE is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 11 | 174 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.32 |
| HSL | 242.94º | 0.88% | 0.36% | - |
| HSV(B) | 242.94º | 0.94% | 0.68% | - |
| XYZ | 8.03 | 3.43 | 40.28 | - |
| YUV | 31.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 174 | 0.89 | 0.94 | 0 | 0.32 | 242.94 | 0.88 | 0.36 |
| Hex | 13 | B | AE | 59 | 5E | 0 | 20 | F3 | 58 | 24 |
| Octal | 23 | 13 | 256 | 131 | 136 | 0 | 40 | 363 | 130 | 44 |
| Binary | 10011 | 1011 | 10101110 | 1011001 | 1011110 | 0 | 100000 | 11110011 | 1011000 | 100100 |
Color Harmonies of #130BAE
Complementary color
Monochromatic Colors of #130BAE
Black with #130BAE
Text Example
Text Example
White with #130BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BAE; }
p { color: rgb(19,11,174); }
H1.HeaderClassName
{
color: #130BAE;
}
.AnyTagClassName
{
color: #130BAE;
}
</style>
background-color css
<style>
a { background-color: #130BAE; }
a { background-color: rgb(19,11,174); }
div.DivClassName
{
background-color: #130BAE;
}
.BgClassName
{
background-color: #130BAE;
}
</style>
border-color css
<style>
span { border-color: #130BAE; }
span { border-color: rgb(19,11,174); }
td.TdClassName
{
border-color: #130BAE;
}
.TagClassName
{
border-color: #130BAE;
}
</style>