Shades of New Midnight Blue #1905AF
Tints of New Midnight Blue #1905AF
RGB
CMYK
RGB Variations
Color information
#1905AF (or 0x1905AF) is known color: New Midnight Blue. HEX triplet: 19, 05 and AF. RGB value is (25,5,175). Sum of RGB (Red+Green+Blue) = 25+5+175=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 175 (68.75% from 255 or 85.37% from 205); Max value from RGB is 175 - color contains mainly: blue. Hex color #1905AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1905AF is #E6FA50. Grayscale: #1D1D1D. Windows color (decimal): -15137361 or 11470105. OLE color: 11470105.
HSL color Cylindrical-coordinate representation of color #1905AF: hue angle of 247.06º 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 #1905AF is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 5 | 175 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.31 |
| HSL | 247.06º | 0.94% | 0.35% | - |
| HSV(B) | 247.06º | 0.97% | 0.69% | - |
| XYZ | 8.19 | 3.41 | 40.78 | - |
| YUV | 30.36 | 209.63 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 175 | 0.86 | 0.97 | 0 | 0.31 | 247.06 | 0.94 | 0.35 |
| Hex | 19 | 5 | AF | 56 | 61 | 0 | 1F | F7 | 5E | 23 |
| Octal | 31 | 5 | 257 | 126 | 141 | 0 | 37 | 367 | 136 | 43 |
| Binary | 11001 | 101 | 10101111 | 1010110 | 1100001 | 0 | 11111 | 11110111 | 1011110 | 100011 |
Color Harmonies of #1905AF
Complementary color
Monochromatic Colors of #1905AF
Black with #1905AF
Text Example
Text Example
White with #1905AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1905AF; }
p { color: rgb(25,5,175); }
H1.HeaderClassName
{
color: #1905AF;
}
.AnyTagClassName
{
color: #1905AF;
}
</style>
background-color css
<style>
a { background-color: #1905AF; }
a { background-color: rgb(25,5,175); }
div.DivClassName
{
background-color: #1905AF;
}
.BgClassName
{
background-color: #1905AF;
}
</style>
border-color css
<style>
span { border-color: #1905AF; }
span { border-color: rgb(25,5,175); }
td.TdClassName
{
border-color: #1905AF;
}
.TagClassName
{
border-color: #1905AF;
}
</style>