Shades of New Midnight Blue #050BA2
Tints of New Midnight Blue #050BA2
RGB
CMYK
RGB Variations
Color information
#050BA2 (or 0x050BA2) is known color: New Midnight Blue. HEX triplet: 05, 0B and A2. RGB value is (5,11,162). Sum of RGB (Red+Green+Blue) = 5+11+162=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 162 (63.67% from 255 or 91.01% from 178); Max value from RGB is 162 - color contains mainly: blue. Hex color #050BA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050BA2 is #FAF45D. Grayscale: #191919. Windows color (decimal): -16446558 or 10619653. OLE color: 10619653.
HSL color Cylindrical-coordinate representation of color #050BA2: hue angle of 237.71º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050BA2 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 11 | 162 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.36 |
| HSL | 237.71º | 0.94% | 0.33% | - |
| HSV(B) | 237.71º | 0.97% | 0.64% | - |
| XYZ | 6.7 | 2.88 | 34.39 | - |
| YUV | 26.42 | 204.51 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 162 | 0.97 | 0.93 | 0 | 0.36 | 237.71 | 0.94 | 0.33 |
| Hex | 5 | B | A2 | 61 | 5D | 0 | 24 | EE | 5E | 21 |
| Octal | 5 | 13 | 242 | 141 | 135 | 0 | 44 | 356 | 136 | 41 |
| Binary | 101 | 1011 | 10100010 | 1100001 | 1011101 | 0 | 100100 | 11101110 | 1011110 | 100001 |
Color Harmonies of #050BA2
Complementary color
Monochromatic Colors of #050BA2
Black with #050BA2
Text Example
Text Example
White with #050BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050BA2; }
p { color: rgb(5,11,162); }
H1.HeaderClassName
{
color: #050BA2;
}
.AnyTagClassName
{
color: #050BA2;
}
</style>
background-color css
<style>
a { background-color: #050BA2; }
a { background-color: rgb(5,11,162); }
div.DivClassName
{
background-color: #050BA2;
}
.BgClassName
{
background-color: #050BA2;
}
</style>
border-color css
<style>
span { border-color: #050BA2; }
span { border-color: rgb(5,11,162); }
td.TdClassName
{
border-color: #050BA2;
}
.TagClassName
{
border-color: #050BA2;
}
</style>