Shades of New Midnight Blue #05019C
Tints of New Midnight Blue #05019C
RGB
CMYK
RGB Variations
Color information
#05019C (or 0x05019C) is known color: New Midnight Blue. HEX triplet: 05, 01 and 9C. RGB value is (5,1,156). Sum of RGB (Red+Green+Blue) = 5+1+156=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 156 (61.33% from 255 or 96.30% from 162); Max value from RGB is 156 - color contains mainly: blue. Hex color #05019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05019C is #FAFE63. Grayscale: #131313. Windows color (decimal): -16449124 or 10223877. OLE color: 10223877.
HSL color Cylindrical-coordinate representation of color #05019C: hue angle of 241.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05019C is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 1 | 156 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.39 |
| HSL | 241.55º | 0.99% | 0.31% | - |
| HSV(B) | 241.55º | 0.99% | 0.61% | - |
| XYZ | 6.07 | 2.45 | 31.61 | - |
| YUV | 19.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 156 | 0.97 | 0.99 | 0 | 0.39 | 241.55 | 0.99 | 0.31 |
| Hex | 5 | 1 | 9C | 61 | 63 | 0 | 27 | F2 | 63 | 1F |
| Octal | 5 | 1 | 234 | 141 | 143 | 0 | 47 | 362 | 143 | 37 |
| Binary | 101 | 1 | 10011100 | 1100001 | 1100011 | 0 | 100111 | 11110010 | 1100011 | 11111 |
Color Harmonies of #05019C
Complementary color
Monochromatic Colors of #05019C
Black with #05019C
Text Example
Text Example
White with #05019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05019C; }
p { color: rgb(5,1,156); }
H1.HeaderClassName
{
color: #05019C;
}
.AnyTagClassName
{
color: #05019C;
}
</style>
background-color css
<style>
a { background-color: #05019C; }
a { background-color: rgb(5,1,156); }
div.DivClassName
{
background-color: #05019C;
}
.BgClassName
{
background-color: #05019C;
}
</style>
border-color css
<style>
span { border-color: #05019C; }
span { border-color: rgb(5,1,156); }
td.TdClassName
{
border-color: #05019C;
}
.TagClassName
{
border-color: #05019C;
}
</style>