Shades of New Midnight Blue #0511AF
Tints of New Midnight Blue #0511AF
RGB
CMYK
RGB Variations
Color information
#0511AF (or 0x0511AF) is known color: New Midnight Blue. HEX triplet: 05, 11 and AF. RGB value is (5,17,175). Sum of RGB (Red+Green+Blue) = 5+17+175=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 175 (68.75% from 255 or 88.83% from 197); Max value from RGB is 175 - color contains mainly: blue. Hex color #0511AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0511AF is #FAEE50. Grayscale: #1E1E1E. Windows color (decimal): -16445009 or 11473157. OLE color: 11473157.
HSL color Cylindrical-coordinate representation of color #0511AF: hue angle of 235.76º 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 #0511AF is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 17 | 175 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.31 |
| HSL | 235.76º | 0.94% | 0.35% | - |
| HSV(B) | 235.76º | 0.97% | 0.69% | - |
| XYZ | 8 | 3.53 | 40.82 | - |
| YUV | 31.42 | 209.02 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 175 | 0.97 | 0.90 | 0 | 0.31 | 235.76 | 0.94 | 0.35 |
| Hex | 5 | 11 | AF | 61 | 5A | 0 | 1F | EC | 5E | 23 |
| Octal | 5 | 21 | 257 | 141 | 132 | 0 | 37 | 354 | 136 | 43 |
| Binary | 101 | 10001 | 10101111 | 1100001 | 1011010 | 0 | 11111 | 11101100 | 1011110 | 100011 |
Color Harmonies of #0511AF
Complementary color
Monochromatic Colors of #0511AF
Black with #0511AF
Text Example
Text Example
White with #0511AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511AF; }
p { color: rgb(5,17,175); }
H1.HeaderClassName
{
color: #0511AF;
}
.AnyTagClassName
{
color: #0511AF;
}
</style>
background-color css
<style>
a { background-color: #0511AF; }
a { background-color: rgb(5,17,175); }
div.DivClassName
{
background-color: #0511AF;
}
.BgClassName
{
background-color: #0511AF;
}
</style>
border-color css
<style>
span { border-color: #0511AF; }
span { border-color: rgb(5,17,175); }
td.TdClassName
{
border-color: #0511AF;
}
.TagClassName
{
border-color: #0511AF;
}
</style>