Shades of Midnight Blue #1A2B88
Tints of Midnight Blue #1A2B88
RGB
CMYK
RGB Variations
Color information
#1A2B88 (or 0x1A2B88) is known color: Midnight Blue. HEX triplet: 1A, 2B and 88. RGB value is (26,43,136). Sum of RGB (Red+Green+Blue) = 26+43+136=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A2B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2B88 is #E5D477. Grayscale: #303030. Windows color (decimal): -15062136 or 8923930. OLE color: 8923930.
HSL color Cylindrical-coordinate representation of color #1A2B88: hue angle of 230.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2B88 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 43 | 136 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.47 |
| HSL | 230.73º | 0.68% | 0.32% | - |
| HSV(B) | 230.73º | 0.81% | 0.53% | - |
| XYZ | 5.73 | 3.72 | 23.71 | - |
| YUV | 48.52 | 177.37 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 136 | 0.81 | 0.68 | 0 | 0.47 | 230.73 | 0.68 | 0.32 |
| Hex | 1A | 2B | 88 | 51 | 44 | 0 | 2F | E7 | 44 | 20 |
| Octal | 32 | 53 | 210 | 121 | 104 | 0 | 57 | 347 | 104 | 40 |
| Binary | 11010 | 101011 | 10001000 | 1010001 | 1000100 | 0 | 101111 | 11100111 | 1000100 | 100000 |
Color Harmonies of #1A2B88
Complementary color
Monochromatic Colors of #1A2B88
Black with #1A2B88
Text Example
Text Example
White with #1A2B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B88; }
p { color: rgb(26,43,136); }
H1.HeaderClassName
{
color: #1A2B88;
}
.AnyTagClassName
{
color: #1A2B88;
}
</style>
background-color css
<style>
a { background-color: #1A2B88; }
a { background-color: rgb(26,43,136); }
div.DivClassName
{
background-color: #1A2B88;
}
.BgClassName
{
background-color: #1A2B88;
}
</style>
border-color css
<style>
span { border-color: #1A2B88; }
span { border-color: rgb(26,43,136); }
td.TdClassName
{
border-color: #1A2B88;
}
.TagClassName
{
border-color: #1A2B88;
}
</style>