Shades of Midnight Blue #1A1967
Tints of Midnight Blue #1A1967
RGB
CMYK
RGB Variations
Color information
#1A1967 (or 0x1A1967) is known color: Midnight Blue. HEX triplet: 1A, 19 and 67. RGB value is (26,25,103). Sum of RGB (Red+Green+Blue) = 26+25+103=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 103 (40.62% from 255 or 66.88% from 154); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A1967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1967 is #E5E698. Grayscale: #212121. Windows color (decimal): -15066777 or 6756634. OLE color: 6756634.
HSL color Cylindrical-coordinate representation of color #1A1967: hue angle of 240.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A1967 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 25 | 103 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.60 |
| HSL | 240.77º | 0.61% | 0.25% | - |
| HSV(B) | 240.77º | 0.76% | 0.4% | - |
| XYZ | 3.22 | 1.89 | 13.03 | - |
| YUV | 34.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 103 | 0.75 | 0.76 | 0 | 0.60 | 240.77 | 0.61 | 0.25 |
| Hex | 1A | 19 | 67 | 4B | 4C | 0 | 3C | F1 | 3D | 19 |
| Octal | 32 | 31 | 147 | 113 | 114 | 0 | 74 | 361 | 75 | 31 |
| Binary | 11010 | 11001 | 1100111 | 1001011 | 1001100 | 0 | 111100 | 11110001 | 111101 | 11001 |
Color Harmonies of #1A1967
Complementary color
Monochromatic Colors of #1A1967
Black with #1A1967
Text Example
Text Example
White with #1A1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1967; }
p { color: rgb(26,25,103); }
H1.HeaderClassName
{
color: #1A1967;
}
.AnyTagClassName
{
color: #1A1967;
}
</style>
background-color css
<style>
a { background-color: #1A1967; }
a { background-color: rgb(26,25,103); }
div.DivClassName
{
background-color: #1A1967;
}
.BgClassName
{
background-color: #1A1967;
}
</style>
border-color css
<style>
span { border-color: #1A1967; }
span { border-color: rgb(26,25,103); }
td.TdClassName
{
border-color: #1A1967;
}
.TagClassName
{
border-color: #1A1967;
}
</style>