Shades of Midnight Blue #1A0B68
Tints of Midnight Blue #1A0B68
RGB
CMYK
RGB Variations
Color information
#1A0B68 (or 0x1A0B68) is known color: Midnight Blue. HEX triplet: 1A, 0B and 68. RGB value is (26,11,104). Sum of RGB (Red+Green+Blue) = 26+11+104=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A0B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B68 is #E5F497. Grayscale: #191919. Windows color (decimal): -15070360 or 6818586. OLE color: 6818586.
HSL color Cylindrical-coordinate representation of color #1A0B68: hue angle of 249.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A0B68 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 11 | 104 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.59 |
| HSL | 249.68º | 0.81% | 0.23% | - |
| HSV(B) | 249.68º | 0.89% | 0.41% | - |
| XYZ | 3.04 | 1.46 | 13.22 | - |
| YUV | 26.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 104 | 0.75 | 0.89 | 0 | 0.59 | 249.68 | 0.81 | 0.23 |
| Hex | 1A | B | 68 | 4B | 59 | 0 | 3B | FA | 51 | 17 |
| Octal | 32 | 13 | 150 | 113 | 131 | 0 | 73 | 372 | 121 | 27 |
| Binary | 11010 | 1011 | 1101000 | 1001011 | 1011001 | 0 | 111011 | 11111010 | 1010001 | 10111 |
Color Harmonies of #1A0B68
Complementary color
Monochromatic Colors of #1A0B68
Black with #1A0B68
Text Example
Text Example
White with #1A0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B68; }
p { color: rgb(26,11,104); }
H1.HeaderClassName
{
color: #1A0B68;
}
.AnyTagClassName
{
color: #1A0B68;
}
</style>
background-color css
<style>
a { background-color: #1A0B68; }
a { background-color: rgb(26,11,104); }
div.DivClassName
{
background-color: #1A0B68;
}
.BgClassName
{
background-color: #1A0B68;
}
</style>
border-color css
<style>
span { border-color: #1A0B68; }
span { border-color: rgb(26,11,104); }
td.TdClassName
{
border-color: #1A0B68;
}
.TagClassName
{
border-color: #1A0B68;
}
</style>