Shades of New Midnight Blue #130CAD
Tints of New Midnight Blue #130CAD
RGB
CMYK
RGB Variations
Color information
#130CAD (or 0x130CAD) is known color: New Midnight Blue. HEX triplet: 13, 0C and AD. RGB value is (19,12,173). Sum of RGB (Red+Green+Blue) = 19+12+173=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #130CAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130CAD is #ECF352. Grayscale: #1F1F1F. Windows color (decimal): -15528787 or 11340819. OLE color: 11340819.
HSL color Cylindrical-coordinate representation of color #130CAD: hue angle of 242.61º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130CAD is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 12 | 173 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.32 |
| HSL | 242.61º | 0.87% | 0.36% | - |
| HSV(B) | 242.61º | 0.93% | 0.68% | - |
| XYZ | 7.94 | 3.42 | 39.78 | - |
| YUV | 32.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 173 | 0.89 | 0.93 | 0 | 0.32 | 242.61 | 0.87 | 0.36 |
| Hex | 13 | C | AD | 59 | 5D | 0 | 20 | F3 | 57 | 24 |
| Octal | 23 | 14 | 255 | 131 | 135 | 0 | 40 | 363 | 127 | 44 |
| Binary | 10011 | 1100 | 10101101 | 1011001 | 1011101 | 0 | 100000 | 11110011 | 1010111 | 100100 |
Color Harmonies of #130CAD
Complementary color
Monochromatic Colors of #130CAD
Black with #130CAD
Text Example
Text Example
White with #130CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CAD; }
p { color: rgb(19,12,173); }
H1.HeaderClassName
{
color: #130CAD;
}
.AnyTagClassName
{
color: #130CAD;
}
</style>
background-color css
<style>
a { background-color: #130CAD; }
a { background-color: rgb(19,12,173); }
div.DivClassName
{
background-color: #130CAD;
}
.BgClassName
{
background-color: #130CAD;
}
</style>
border-color css
<style>
span { border-color: #130CAD; }
span { border-color: rgb(19,12,173); }
td.TdClassName
{
border-color: #130CAD;
}
.TagClassName
{
border-color: #130CAD;
}
</style>