Shades of New Midnight Blue #050CAF
Tints of New Midnight Blue #050CAF
RGB
CMYK
RGB Variations
Color information
#050CAF (or 0x050CAF) is known color: New Midnight Blue. HEX triplet: 05, 0C and AF. RGB value is (5,12,175). Sum of RGB (Red+Green+Blue) = 5+12+175=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 175 (68.75% from 255 or 91.15% from 192); Max value from RGB is 175 - color contains mainly: blue. Hex color #050CAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050CAF is #FAF350. Grayscale: #1B1B1B. Windows color (decimal): -16446289 or 11471877. OLE color: 11471877.
HSL color Cylindrical-coordinate representation of color #050CAF: hue angle of 237.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CAF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 12 | 175 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.31 |
| HSL | 237.53º | 0.94% | 0.35% | - |
| HSV(B) | 237.53º | 0.97% | 0.69% | - |
| XYZ | 7.93 | 3.39 | 40.79 | - |
| YUV | 28.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 175 | 0.97 | 0.93 | 0 | 0.31 | 237.53 | 0.94 | 0.35 |
| Hex | 5 | C | AF | 61 | 5D | 0 | 1F | EE | 5E | 23 |
| Octal | 5 | 14 | 257 | 141 | 135 | 0 | 37 | 356 | 136 | 43 |
| Binary | 101 | 1100 | 10101111 | 1100001 | 1011101 | 0 | 11111 | 11101110 | 1011110 | 100011 |
Color Harmonies of #050CAF
Complementary color
Monochromatic Colors of #050CAF
Black with #050CAF
Text Example
Text Example
White with #050CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050CAF; }
p { color: rgb(5,12,175); }
H1.HeaderClassName
{
color: #050CAF;
}
.AnyTagClassName
{
color: #050CAF;
}
</style>
background-color css
<style>
a { background-color: #050CAF; }
a { background-color: rgb(5,12,175); }
div.DivClassName
{
background-color: #050CAF;
}
.BgClassName
{
background-color: #050CAF;
}
</style>
border-color css
<style>
span { border-color: #050CAF; }
span { border-color: rgb(5,12,175); }
td.TdClassName
{
border-color: #050CAF;
}
.TagClassName
{
border-color: #050CAF;
}
</style>