Shades of Midnight Blue #1A0668
Tints of Midnight Blue #1A0668
RGB
CMYK
RGB Variations
Color information
#1A0668 (or 0x1A0668) is known color: Midnight Blue. HEX triplet: 1A, 06 and 68. RGB value is (26,6,104). Sum of RGB (Red+Green+Blue) = 26+6+104=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A0668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0668 is #E5F997. Grayscale: #161616. Windows color (decimal): -15071640 or 6817306. OLE color: 6817306.
HSL color Cylindrical-coordinate representation of color #1A0668: hue angle of 252.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0668 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 6 | 104 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.59 |
| HSL | 252.24º | 0.89% | 0.22% | - |
| HSV(B) | 252.24º | 0.94% | 0.41% | - |
| XYZ | 2.99 | 1.35 | 13.2 | - |
| YUV | 23.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 104 | 0.75 | 0.94 | 0 | 0.59 | 252.24 | 0.89 | 0.22 |
| Hex | 1A | 6 | 68 | 4B | 5E | 0 | 3B | FC | 59 | 16 |
| Octal | 32 | 6 | 150 | 113 | 136 | 0 | 73 | 374 | 131 | 26 |
| Binary | 11010 | 110 | 1101000 | 1001011 | 1011110 | 0 | 111011 | 11111100 | 1011001 | 10110 |
Color Harmonies of #1A0668
Complementary color
Monochromatic Colors of #1A0668
Black with #1A0668
Text Example
Text Example
White with #1A0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0668; }
p { color: rgb(26,6,104); }
H1.HeaderClassName
{
color: #1A0668;
}
.AnyTagClassName
{
color: #1A0668;
}
</style>
background-color css
<style>
a { background-color: #1A0668; }
a { background-color: rgb(26,6,104); }
div.DivClassName
{
background-color: #1A0668;
}
.BgClassName
{
background-color: #1A0668;
}
</style>
border-color css
<style>
span { border-color: #1A0668; }
span { border-color: rgb(26,6,104); }
td.TdClassName
{
border-color: #1A0668;
}
.TagClassName
{
border-color: #1A0668;
}
</style>