Shades of New Midnight Blue #0510AF
Tints of New Midnight Blue #0510AF
RGB
CMYK
RGB Variations
Color information
#0510AF (or 0x0510AF) is known color: New Midnight Blue. HEX triplet: 05, 10 and AF. RGB value is (5,16,175). Sum of RGB (Red+Green+Blue) = 5+16+175=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 175 (68.75% from 255 or 89.29% from 196); Max value from RGB is 175 - color contains mainly: blue. Hex color #0510AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0510AF is #FAEF50. Grayscale: #1E1E1E. Windows color (decimal): -16445265 or 11472901. OLE color: 11472901.
HSL color Cylindrical-coordinate representation of color #0510AF: hue angle of 236.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0510AF is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 16 | 175 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.31 |
| HSL | 236.12º | 0.94% | 0.35% | - |
| HSV(B) | 236.12º | 0.97% | 0.69% | - |
| XYZ | 7.99 | 3.5 | 40.81 | - |
| YUV | 30.84 | 209.36 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 175 | 0.97 | 0.91 | 0 | 0.31 | 236.12 | 0.94 | 0.35 |
| Hex | 5 | 10 | AF | 61 | 5B | 0 | 1F | EC | 5E | 23 |
| Octal | 5 | 20 | 257 | 141 | 133 | 0 | 37 | 354 | 136 | 43 |
| Binary | 101 | 10000 | 10101111 | 1100001 | 1011011 | 0 | 11111 | 11101100 | 1011110 | 100011 |
Color Harmonies of #0510AF
Complementary color
Monochromatic Colors of #0510AF
Black with #0510AF
Text Example
Text Example
White with #0510AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0510AF; }
p { color: rgb(5,16,175); }
H1.HeaderClassName
{
color: #0510AF;
}
.AnyTagClassName
{
color: #0510AF;
}
</style>
background-color css
<style>
a { background-color: #0510AF; }
a { background-color: rgb(5,16,175); }
div.DivClassName
{
background-color: #0510AF;
}
.BgClassName
{
background-color: #0510AF;
}
</style>
border-color css
<style>
span { border-color: #0510AF; }
span { border-color: rgb(5,16,175); }
td.TdClassName
{
border-color: #0510AF;
}
.TagClassName
{
border-color: #0510AF;
}
</style>