Shades of Midnight Blue #1B1A70
Tints of Midnight Blue #1B1A70
RGB
CMYK
RGB Variations
Color information
#1B1A70 (or 0x1B1A70) is known color: Midnight Blue. HEX triplet: 1B, 1A and 70. RGB value is (27,26,112). Sum of RGB (Red+Green+Blue) = 27+26+112=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B1A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1A70 is #E4E58F. Grayscale: #232323. Windows color (decimal): -15000976 or 7346715. OLE color: 7346715.
HSL color Cylindrical-coordinate representation of color #1B1A70: hue angle of 240.7º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B1A70 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 26 | 112 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.56 |
| HSL | 240.7º | 0.62% | 0.27% | - |
| HSV(B) | 240.7º | 0.77% | 0.44% | - |
| XYZ | 3.75 | 2.14 | 15.55 | - |
| YUV | 36.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 26 | 112 | 0.76 | 0.77 | 0 | 0.56 | 240.7 | 0.62 | 0.27 |
| Hex | 1B | 1A | 70 | 4C | 4D | 0 | 38 | F1 | 3E | 1B |
| Octal | 33 | 32 | 160 | 114 | 115 | 0 | 70 | 361 | 76 | 33 |
| Binary | 11011 | 11010 | 1110000 | 1001100 | 1001101 | 0 | 111000 | 11110001 | 111110 | 11011 |
Color Harmonies of #1B1A70
Complementary color
Monochromatic Colors of #1B1A70
Black with #1B1A70
Text Example
Text Example
White with #1B1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1A70; }
p { color: rgb(27,26,112); }
H1.HeaderClassName
{
color: #1B1A70;
}
.AnyTagClassName
{
color: #1B1A70;
}
</style>
background-color css
<style>
a { background-color: #1B1A70; }
a { background-color: rgb(27,26,112); }
div.DivClassName
{
background-color: #1B1A70;
}
.BgClassName
{
background-color: #1B1A70;
}
</style>
border-color css
<style>
span { border-color: #1B1A70; }
span { border-color: rgb(27,26,112); }
td.TdClassName
{
border-color: #1B1A70;
}
.TagClassName
{
border-color: #1B1A70;
}
</style>