Shades of New Midnight Blue #130AB4
Tints of New Midnight Blue #130AB4
RGB
CMYK
RGB Variations
Color information
#130AB4 (or 0x130AB4) is known color: New Midnight Blue. HEX triplet: 13, 0A and B4. RGB value is (19,10,180). Sum of RGB (Red+Green+Blue) = 19+10+180=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 180 (70.70% from 255 or 86.12% from 209); Max value from RGB is 180 - color contains mainly: blue. Hex color #130AB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AB4 is #ECF54B. Grayscale: #1F1F1F. Windows color (decimal): -15529292 or 11799059. OLE color: 11799059.
HSL color Cylindrical-coordinate representation of color #130AB4: hue angle of 243.18º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130AB4 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 10 | 180 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.29 |
| HSL | 243.18º | 0.89% | 0.37% | - |
| HSV(B) | 243.18º | 0.94% | 0.71% | - |
| XYZ | 8.62 | 3.65 | 43.43 | - |
| YUV | 32.07 | 211.48 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 180 | 0.89 | 0.94 | 0 | 0.29 | 243.18 | 0.89 | 0.37 |
| Hex | 13 | A | B4 | 59 | 5E | 0 | 1D | F3 | 59 | 25 |
| Octal | 23 | 12 | 264 | 131 | 136 | 0 | 35 | 363 | 131 | 45 |
| Binary | 10011 | 1010 | 10110100 | 1011001 | 1011110 | 0 | 11101 | 11110011 | 1011001 | 100101 |
Color Harmonies of #130AB4
Complementary color
Monochromatic Colors of #130AB4
Black with #130AB4
Text Example
Text Example
White with #130AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AB4; }
p { color: rgb(19,10,180); }
H1.HeaderClassName
{
color: #130AB4;
}
.AnyTagClassName
{
color: #130AB4;
}
</style>
background-color css
<style>
a { background-color: #130AB4; }
a { background-color: rgb(19,10,180); }
div.DivClassName
{
background-color: #130AB4;
}
.BgClassName
{
background-color: #130AB4;
}
</style>
border-color css
<style>
span { border-color: #130AB4; }
span { border-color: rgb(19,10,180); }
td.TdClassName
{
border-color: #130AB4;
}
.TagClassName
{
border-color: #130AB4;
}
</style>