Shades of Midnight Blue #1A195F
Tints of Midnight Blue #1A195F
RGB
CMYK
RGB Variations
Color information
#1A195F (or 0x1A195F) is known color: Midnight Blue. HEX triplet: 1A, 19 and 5F. RGB value is (26,25,95). Sum of RGB (Red+Green+Blue) = 26+25+95=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A195F is #E5E6A0. Grayscale: #212121. Windows color (decimal): -15066785 or 6232346. OLE color: 6232346.
HSL color Cylindrical-coordinate representation of color #1A195F: hue angle of 240.86º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A195F is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 25 | 95 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.63 |
| HSL | 240.86º | 0.58% | 0.24% | - |
| HSV(B) | 240.86º | 0.74% | 0.37% | - |
| XYZ | 2.84 | 1.74 | 11.01 | - |
| YUV | 33.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 95 | 0.73 | 0.74 | 0 | 0.63 | 240.86 | 0.58 | 0.24 |
| Hex | 1A | 19 | 5F | 49 | 4A | 0 | 3F | F1 | 3A | 18 |
| Octal | 32 | 31 | 137 | 111 | 112 | 0 | 77 | 361 | 72 | 30 |
| Binary | 11010 | 11001 | 1011111 | 1001001 | 1001010 | 0 | 111111 | 11110001 | 111010 | 11000 |
Color Harmonies of #1A195F
Complementary color
Monochromatic Colors of #1A195F
Black with #1A195F
Text Example
Text Example
White with #1A195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A195F; }
p { color: rgb(26,25,95); }
H1.HeaderClassName
{
color: #1A195F;
}
.AnyTagClassName
{
color: #1A195F;
}
</style>
background-color css
<style>
a { background-color: #1A195F; }
a { background-color: rgb(26,25,95); }
div.DivClassName
{
background-color: #1A195F;
}
.BgClassName
{
background-color: #1A195F;
}
</style>
border-color css
<style>
span { border-color: #1A195F; }
span { border-color: rgb(26,25,95); }
td.TdClassName
{
border-color: #1A195F;
}
.TagClassName
{
border-color: #1A195F;
}
</style>