Shades of New Midnight Blue #0502B0
Tints of New Midnight Blue #0502B0
RGB
CMYK
RGB Variations
Color information
#0502B0 (or 0x0502B0) is known color: New Midnight Blue. HEX triplet: 05, 02 and B0. RGB value is (5,2,176). Sum of RGB (Red+Green+Blue) = 5+2+176=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 176 (69.14% from 255 or 96.17% from 183); Max value from RGB is 176 - color contains mainly: blue. Hex color #0502B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0502B0 is #FAFD4F. Grayscale: #161616. Windows color (decimal): -16448848 or 11534853. OLE color: 11534853.
HSL color Cylindrical-coordinate representation of color #0502B0: hue angle of 241.03º degrees, saturation: 0.98, 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 #0502B0 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 2 | 176 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.31 |
| HSL | 241.03º | 0.98% | 0.35% | - |
| HSV(B) | 241.03º | 0.99% | 0.69% | - |
| XYZ | 7.92 | 3.21 | 41.28 | - |
| YUV | 22.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 176 | 0.97 | 0.99 | 0 | 0.31 | 241.03 | 0.98 | 0.35 |
| Hex | 5 | 2 | B0 | 61 | 63 | 0 | 1F | F1 | 62 | 23 |
| Octal | 5 | 2 | 260 | 141 | 143 | 0 | 37 | 361 | 142 | 43 |
| Binary | 101 | 10 | 10110000 | 1100001 | 1100011 | 0 | 11111 | 11110001 | 1100010 | 100011 |
Color Harmonies of #0502B0
Complementary color
Monochromatic Colors of #0502B0
Black with #0502B0
Text Example
Text Example
White with #0502B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502B0; }
p { color: rgb(5,2,176); }
H1.HeaderClassName
{
color: #0502B0;
}
.AnyTagClassName
{
color: #0502B0;
}
</style>
background-color css
<style>
a { background-color: #0502B0; }
a { background-color: rgb(5,2,176); }
div.DivClassName
{
background-color: #0502B0;
}
.BgClassName
{
background-color: #0502B0;
}
</style>
border-color css
<style>
span { border-color: #0502B0; }
span { border-color: rgb(5,2,176); }
td.TdClassName
{
border-color: #0502B0;
}
.TagClassName
{
border-color: #0502B0;
}
</style>