Shades of New Midnight Blue #050CA2
Tints of New Midnight Blue #050CA2
RGB
CMYK
RGB Variations
Color information
#050CA2 (or 0x050CA2) is known color: New Midnight Blue. HEX triplet: 05, 0C and A2. RGB value is (5,12,162). Sum of RGB (Red+Green+Blue) = 5+12+162=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 162 (63.67% from 255 or 90.50% from 179); Max value from RGB is 162 - color contains mainly: blue. Hex color #050CA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050CA2 is #FAF35D. Grayscale: #1A1A1A. Windows color (decimal): -16446302 or 10619909. OLE color: 10619909.
HSL color Cylindrical-coordinate representation of color #050CA2: hue angle of 237.32º 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 #050CA2 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 12 | 162 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.36 |
| HSL | 237.32º | 0.94% | 0.33% | - |
| HSV(B) | 237.32º | 0.97% | 0.64% | - |
| XYZ | 6.72 | 2.9 | 34.39 | - |
| YUV | 27.01 | 204.18 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 162 | 0.97 | 0.93 | 0 | 0.36 | 237.32 | 0.94 | 0.33 |
| Hex | 5 | C | A2 | 61 | 5D | 0 | 24 | ED | 5E | 21 |
| Octal | 5 | 14 | 242 | 141 | 135 | 0 | 44 | 355 | 136 | 41 |
| Binary | 101 | 1100 | 10100010 | 1100001 | 1011101 | 0 | 100100 | 11101101 | 1011110 | 100001 |
Color Harmonies of #050CA2
Complementary color
Monochromatic Colors of #050CA2
Black with #050CA2
Text Example
Text Example
White with #050CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CA2; }
p { color: rgb(5,12,162); }
H1.HeaderClassName
{
color: #050CA2;
}
.AnyTagClassName
{
color: #050CA2;
}
</style>
background-color css
<style>
a { background-color: #050CA2; }
a { background-color: rgb(5,12,162); }
div.DivClassName
{
background-color: #050CA2;
}
.BgClassName
{
background-color: #050CA2;
}
</style>
border-color css
<style>
span { border-color: #050CA2; }
span { border-color: rgb(5,12,162); }
td.TdClassName
{
border-color: #050CA2;
}
.TagClassName
{
border-color: #050CA2;
}
</style>