Shades of New Midnight Blue #0501AF
Tints of New Midnight Blue #0501AF
RGB
CMYK
RGB Variations
Color information
#0501AF (or 0x0501AF) is known color: New Midnight Blue. HEX triplet: 05, 01 and AF. RGB value is (5,1,175). Sum of RGB (Red+Green+Blue) = 5+1+175=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 175 (68.75% from 255 or 96.69% from 181); Max value from RGB is 175 - color contains mainly: blue. Hex color #0501AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0501AF is #FAFE50. Grayscale: #151515. Windows color (decimal): -16449105 or 11469061. OLE color: 11469061.
HSL color Cylindrical-coordinate representation of color #0501AF: hue angle of 241.38º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0501AF is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 1 | 175 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.31 |
| HSL | 241.38º | 0.99% | 0.35% | - |
| HSV(B) | 241.38º | 0.99% | 0.69% | - |
| XYZ | 7.81 | 3.15 | 40.75 | - |
| YUV | 22.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 175 | 0.97 | 0.99 | 0 | 0.31 | 241.38 | 0.99 | 0.35 |
| Hex | 5 | 1 | AF | 61 | 63 | 0 | 1F | F1 | 63 | 23 |
| Octal | 5 | 1 | 257 | 141 | 143 | 0 | 37 | 361 | 143 | 43 |
| Binary | 101 | 1 | 10101111 | 1100001 | 1100011 | 0 | 11111 | 11110001 | 1100011 | 100011 |
Color Harmonies of #0501AF
Complementary color
Monochromatic Colors of #0501AF
Black with #0501AF
Text Example
Text Example
White with #0501AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0501AF; }
p { color: rgb(5,1,175); }
H1.HeaderClassName
{
color: #0501AF;
}
.AnyTagClassName
{
color: #0501AF;
}
</style>
background-color css
<style>
a { background-color: #0501AF; }
a { background-color: rgb(5,1,175); }
div.DivClassName
{
background-color: #0501AF;
}
.BgClassName
{
background-color: #0501AF;
}
</style>
border-color css
<style>
span { border-color: #0501AF; }
span { border-color: rgb(5,1,175); }
td.TdClassName
{
border-color: #0501AF;
}
.TagClassName
{
border-color: #0501AF;
}
</style>