Shades of Midnight Blue #1A1668
Tints of Midnight Blue #1A1668
RGB
CMYK
RGB Variations
Color information
#1A1668 (or 0x1A1668) is known color: Midnight Blue. HEX triplet: 1A, 16 and 68. RGB value is (26,22,104). Sum of RGB (Red+Green+Blue) = 26+22+104=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A1668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1668 is #E5E997. Grayscale: #202020. Windows color (decimal): -15067544 or 6821402. OLE color: 6821402.
HSL color Cylindrical-coordinate representation of color #1A1668: hue angle of 242.93º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A1668 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 22 | 104 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.59 |
| HSL | 242.93º | 0.65% | 0.25% | - |
| HSV(B) | 242.93º | 0.79% | 0.41% | - |
| XYZ | 3.21 | 1.79 | 13.27 | - |
| YUV | 32.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 104 | 0.75 | 0.79 | 0 | 0.59 | 242.93 | 0.65 | 0.25 |
| Hex | 1A | 16 | 68 | 4B | 4F | 0 | 3B | F3 | 41 | 19 |
| Octal | 32 | 26 | 150 | 113 | 117 | 0 | 73 | 363 | 101 | 31 |
| Binary | 11010 | 10110 | 1101000 | 1001011 | 1001111 | 0 | 111011 | 11110011 | 1000001 | 11001 |
Color Harmonies of #1A1668
Complementary color
Monochromatic Colors of #1A1668
Black with #1A1668
Text Example
Text Example
White with #1A1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1668; }
p { color: rgb(26,22,104); }
H1.HeaderClassName
{
color: #1A1668;
}
.AnyTagClassName
{
color: #1A1668;
}
</style>
background-color css
<style>
a { background-color: #1A1668; }
a { background-color: rgb(26,22,104); }
div.DivClassName
{
background-color: #1A1668;
}
.BgClassName
{
background-color: #1A1668;
}
</style>
border-color css
<style>
span { border-color: #1A1668; }
span { border-color: rgb(26,22,104); }
td.TdClassName
{
border-color: #1A1668;
}
.TagClassName
{
border-color: #1A1668;
}
</style>