Shades of Midnight Blue #1A1B85
Tints of Midnight Blue #1A1B85
RGB
CMYK
RGB Variations
Color information
#1A1B85 (or 0x1A1B85) is known color: Midnight Blue. HEX triplet: 1A, 1B and 85. RGB value is (26,27,133). Sum of RGB (Red+Green+Blue) = 26+27+133=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A1B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1B85 is #E5E47A. Grayscale: #262626. Windows color (decimal): -15066235 or 8723226. OLE color: 8723226.
HSL color Cylindrical-coordinate representation of color #1A1B85: hue angle of 239.44º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A1B85 is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 27 | 133 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.48 |
| HSL | 239.44º | 0.67% | 0.31% | - |
| HSV(B) | 239.44º | 0.8% | 0.52% | - |
| XYZ | 5.05 | 2.7 | 22.44 | - |
| YUV | 38.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 133 | 0.80 | 0.80 | 0 | 0.48 | 239.44 | 0.67 | 0.31 |
| Hex | 1A | 1B | 85 | 50 | 50 | 0 | 30 | EF | 43 | 1F |
| Octal | 32 | 33 | 205 | 120 | 120 | 0 | 60 | 357 | 103 | 37 |
| Binary | 11010 | 11011 | 10000101 | 1010000 | 1010000 | 0 | 110000 | 11101111 | 1000011 | 11111 |
Color Harmonies of #1A1B85
Complementary color
Monochromatic Colors of #1A1B85
Black with #1A1B85
Text Example
Text Example
White with #1A1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B85; }
p { color: rgb(26,27,133); }
H1.HeaderClassName
{
color: #1A1B85;
}
.AnyTagClassName
{
color: #1A1B85;
}
</style>
background-color css
<style>
a { background-color: #1A1B85; }
a { background-color: rgb(26,27,133); }
div.DivClassName
{
background-color: #1A1B85;
}
.BgClassName
{
background-color: #1A1B85;
}
</style>
border-color css
<style>
span { border-color: #1A1B85; }
span { border-color: rgb(26,27,133); }
td.TdClassName
{
border-color: #1A1B85;
}
.TagClassName
{
border-color: #1A1B85;
}
</style>