Shades of Midnight Blue #1A1768
Tints of Midnight Blue #1A1768
RGB
CMYK
RGB Variations
Color information
#1A1768 (or 0x1A1768) is known color: Midnight Blue. HEX triplet: 1A, 17 and 68. RGB value is (26,23,104). Sum of RGB (Red+Green+Blue) = 26+23+104=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A1768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1768 is #E5E897. Grayscale: #202020. Windows color (decimal): -15067288 or 6821658. OLE color: 6821658.
HSL color Cylindrical-coordinate representation of color #1A1768: hue angle of 242.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A1768 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 23 | 104 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.59 |
| HSL | 242.22º | 0.64% | 0.25% | - |
| HSV(B) | 242.22º | 0.78% | 0.41% | - |
| XYZ | 3.23 | 1.83 | 13.28 | - |
| YUV | 33.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 104 | 0.75 | 0.78 | 0 | 0.59 | 242.22 | 0.64 | 0.25 |
| Hex | 1A | 17 | 68 | 4B | 4E | 0 | 3B | F2 | 40 | 19 |
| Octal | 32 | 27 | 150 | 113 | 116 | 0 | 73 | 362 | 100 | 31 |
| Binary | 11010 | 10111 | 1101000 | 1001011 | 1001110 | 0 | 111011 | 11110010 | 1000000 | 11001 |
Color Harmonies of #1A1768
Complementary color
Monochromatic Colors of #1A1768
Black with #1A1768
Text Example
Text Example
White with #1A1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1768; }
p { color: rgb(26,23,104); }
H1.HeaderClassName
{
color: #1A1768;
}
.AnyTagClassName
{
color: #1A1768;
}
</style>
background-color css
<style>
a { background-color: #1A1768; }
a { background-color: rgb(26,23,104); }
div.DivClassName
{
background-color: #1A1768;
}
.BgClassName
{
background-color: #1A1768;
}
</style>
border-color css
<style>
span { border-color: #1A1768; }
span { border-color: rgb(26,23,104); }
td.TdClassName
{
border-color: #1A1768;
}
.TagClassName
{
border-color: #1A1768;
}
</style>