Shades of New Midnight Blue #05119C
Tints of New Midnight Blue #05119C
RGB
CMYK
RGB Variations
Color information
#05119C (or 0x05119C) is known color: New Midnight Blue. HEX triplet: 05, 11 and 9C. RGB value is (5,17,156). Sum of RGB (Red+Green+Blue) = 5+17+156=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #05119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05119C is #FAEE63. Grayscale: #1C1C1C. Windows color (decimal): -16445028 or 10227973. OLE color: 10227973.
HSL color Cylindrical-coordinate representation of color #05119C: hue angle of 235.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05119C is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 17 | 156 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.39 |
| HSL | 235.23º | 0.94% | 0.32% | - |
| HSV(B) | 235.23º | 0.97% | 0.61% | - |
| XYZ | 6.26 | 2.83 | 31.67 | - |
| YUV | 29.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 156 | 0.97 | 0.89 | 0 | 0.39 | 235.23 | 0.94 | 0.32 |
| Hex | 5 | 11 | 9C | 61 | 59 | 0 | 27 | EB | 5E | 20 |
| Octal | 5 | 21 | 234 | 141 | 131 | 0 | 47 | 353 | 136 | 40 |
| Binary | 101 | 10001 | 10011100 | 1100001 | 1011001 | 0 | 100111 | 11101011 | 1011110 | 100000 |
Color Harmonies of #05119C
Complementary color
Monochromatic Colors of #05119C
Black with #05119C
Text Example
Text Example
White with #05119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05119C; }
p { color: rgb(5,17,156); }
H1.HeaderClassName
{
color: #05119C;
}
.AnyTagClassName
{
color: #05119C;
}
</style>
background-color css
<style>
a { background-color: #05119C; }
a { background-color: rgb(5,17,156); }
div.DivClassName
{
background-color: #05119C;
}
.BgClassName
{
background-color: #05119C;
}
</style>
border-color css
<style>
span { border-color: #05119C; }
span { border-color: rgb(5,17,156); }
td.TdClassName
{
border-color: #05119C;
}
.TagClassName
{
border-color: #05119C;
}
</style>