Shades of New Midnight Blue #1900AF
Tints of New Midnight Blue #1900AF
RGB
CMYK
RGB Variations
Color information
#1900AF (or 0x1900AF) is known color: New Midnight Blue. HEX triplet: 19, 00 and AF. RGB value is (25,0,175). Sum of RGB (Red+Green+Blue) = 25+0+175=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #1900AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1900AF is #E6FF50. Grayscale: #1A1A1A. Windows color (decimal): -15138641 or 11468825. OLE color: 11468825.
HSL color Cylindrical-coordinate representation of color #1900AF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900AF is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 0 | 175 | - |
| CMYK | 0.86 | 1 | 0 | 0.31 |
| HSL | 248.57º | 1% | 0.34% | - |
| HSV(B) | 248.57º | 1% | 0.69% | - |
| XYZ | 8.14 | 3.3 | 40.77 | - |
| YUV | 27.43 | 211.28 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 175 | 0.86 | 1 | 0 | 0.31 | 248.57 | 1 | 0.34 |
| Hex | 19 | 0 | AF | 56 | 64 | 0 | 1F | F9 | 64 | 22 |
| Octal | 31 | 0 | 257 | 126 | 144 | 0 | 37 | 371 | 144 | 42 |
| Binary | 11001 | 0 | 10101111 | 1010110 | 1100100 | 0 | 11111 | 11111001 | 1100100 | 100010 |
Color Harmonies of #1900AF
Complementary color
Monochromatic Colors of #1900AF
Black with #1900AF
Text Example
Text Example
White with #1900AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900AF; }
p { color: rgb(25,0,175); }
H1.HeaderClassName
{
color: #1900AF;
}
.AnyTagClassName
{
color: #1900AF;
}
</style>
background-color css
<style>
a { background-color: #1900AF; }
a { background-color: rgb(25,0,175); }
div.DivClassName
{
background-color: #1900AF;
}
.BgClassName
{
background-color: #1900AF;
}
</style>
border-color css
<style>
span { border-color: #1900AF; }
span { border-color: rgb(25,0,175); }
td.TdClassName
{
border-color: #1900AF;
}
.TagClassName
{
border-color: #1900AF;
}
</style>