Shades of New Midnight Blue #130BAC
Tints of New Midnight Blue #130BAC
RGB
CMYK
RGB Variations
Color information
#130BAC (or 0x130BAC) is known color: New Midnight Blue. HEX triplet: 13, 0B and AC. RGB value is (19,11,172). Sum of RGB (Red+Green+Blue) = 19+11+172=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #130BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BAC is #ECF453. Grayscale: #1F1F1F. Windows color (decimal): -15529044 or 11275027. OLE color: 11275027.
HSL color Cylindrical-coordinate representation of color #130BAC: hue angle of 242.98º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130BAC is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 11 | 172 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.33 |
| HSL | 242.98º | 0.88% | 0.36% | - |
| HSV(B) | 242.98º | 0.94% | 0.67% | - |
| XYZ | 7.83 | 3.36 | 39.26 | - |
| YUV | 31.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 172 | 0.89 | 0.94 | 0 | 0.33 | 242.98 | 0.88 | 0.36 |
| Hex | 13 | B | AC | 59 | 5E | 0 | 21 | F3 | 58 | 24 |
| Octal | 23 | 13 | 254 | 131 | 136 | 0 | 41 | 363 | 130 | 44 |
| Binary | 10011 | 1011 | 10101100 | 1011001 | 1011110 | 0 | 100001 | 11110011 | 1011000 | 100100 |
Color Harmonies of #130BAC
Complementary color
Monochromatic Colors of #130BAC
Black with #130BAC
Text Example
Text Example
White with #130BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BAC; }
p { color: rgb(19,11,172); }
H1.HeaderClassName
{
color: #130BAC;
}
.AnyTagClassName
{
color: #130BAC;
}
</style>
background-color css
<style>
a { background-color: #130BAC; }
a { background-color: rgb(19,11,172); }
div.DivClassName
{
background-color: #130BAC;
}
.BgClassName
{
background-color: #130BAC;
}
</style>
border-color css
<style>
span { border-color: #130BAC; }
span { border-color: rgb(19,11,172); }
td.TdClassName
{
border-color: #130BAC;
}
.TagClassName
{
border-color: #130BAC;
}
</style>