Shades of New Midnight Blue #0513A2
Tints of New Midnight Blue #0513A2
RGB
CMYK
RGB Variations
Color information
#0513A2 (or 0x0513A2) is known color: New Midnight Blue. HEX triplet: 05, 13 and A2. RGB value is (5,19,162). Sum of RGB (Red+Green+Blue) = 5+19+162=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 162 (63.67% from 255 or 87.10% from 186); Max value from RGB is 162 - color contains mainly: blue. Hex color #0513A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0513A2 is #FAEC5D. Grayscale: #1E1E1E. Windows color (decimal): -16444510 or 10621701. OLE color: 10621701.
HSL color Cylindrical-coordinate representation of color #0513A2: hue angle of 234.65º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0513A2 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 19 | 162 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.36 |
| HSL | 234.65º | 0.94% | 0.33% | - |
| HSV(B) | 234.65º | 0.97% | 0.64% | - |
| XYZ | 6.82 | 3.11 | 34.42 | - |
| YUV | 31.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 162 | 0.97 | 0.88 | 0 | 0.36 | 234.65 | 0.94 | 0.33 |
| Hex | 5 | 13 | A2 | 61 | 58 | 0 | 24 | EB | 5E | 21 |
| Octal | 5 | 23 | 242 | 141 | 130 | 0 | 44 | 353 | 136 | 41 |
| Binary | 101 | 10011 | 10100010 | 1100001 | 1011000 | 0 | 100100 | 11101011 | 1011110 | 100001 |
Color Harmonies of #0513A2
Complementary color
Monochromatic Colors of #0513A2
Black with #0513A2
Text Example
Text Example
White with #0513A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513A2; }
p { color: rgb(5,19,162); }
H1.HeaderClassName
{
color: #0513A2;
}
.AnyTagClassName
{
color: #0513A2;
}
</style>
background-color css
<style>
a { background-color: #0513A2; }
a { background-color: rgb(5,19,162); }
div.DivClassName
{
background-color: #0513A2;
}
.BgClassName
{
background-color: #0513A2;
}
</style>
border-color css
<style>
span { border-color: #0513A2; }
span { border-color: rgb(5,19,162); }
td.TdClassName
{
border-color: #0513A2;
}
.TagClassName
{
border-color: #0513A2;
}
</style>