Shades of New Midnight Blue #0502B2
Tints of New Midnight Blue #0502B2
RGB
CMYK
RGB Variations
Color information
#0502B2 (or 0x0502B2) is known color: New Midnight Blue. HEX triplet: 05, 02 and B2. RGB value is (5,2,178). Sum of RGB (Red+Green+Blue) = 5+2+178=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 178 (69.92% from 255 or 96.22% from 185); Max value from RGB is 178 - color contains mainly: blue. Hex color #0502B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0502B2 is #FAFD4D. Grayscale: #161616. Windows color (decimal): -16448846 or 11665925. OLE color: 11665925.
HSL color Cylindrical-coordinate representation of color #0502B2: hue angle of 241.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502B2 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 2 | 178 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.30 |
| HSL | 241.02º | 0.98% | 0.35% | - |
| HSV(B) | 241.02º | 0.99% | 0.7% | - |
| XYZ | 8.12 | 3.29 | 42.33 | - |
| YUV | 22.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 178 | 0.97 | 0.99 | 0 | 0.30 | 241.02 | 0.98 | 0.35 |
| Hex | 5 | 2 | B2 | 61 | 63 | 0 | 1E | F1 | 62 | 23 |
| Octal | 5 | 2 | 262 | 141 | 143 | 0 | 36 | 361 | 142 | 43 |
| Binary | 101 | 10 | 10110010 | 1100001 | 1100011 | 0 | 11110 | 11110001 | 1100010 | 100011 |
Color Harmonies of #0502B2
Complementary color
Monochromatic Colors of #0502B2
Black with #0502B2
Text Example
Text Example
White with #0502B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502B2; }
p { color: rgb(5,2,178); }
H1.HeaderClassName
{
color: #0502B2;
}
.AnyTagClassName
{
color: #0502B2;
}
</style>
background-color css
<style>
a { background-color: #0502B2; }
a { background-color: rgb(5,2,178); }
div.DivClassName
{
background-color: #0502B2;
}
.BgClassName
{
background-color: #0502B2;
}
</style>
border-color css
<style>
span { border-color: #0502B2; }
span { border-color: rgb(5,2,178); }
td.TdClassName
{
border-color: #0502B2;
}
.TagClassName
{
border-color: #0502B2;
}
</style>