Shades of Midnight Blue #1B1970
Tints of Midnight Blue #1B1970
RGB
CMYK
RGB Variations
Color information
#1B1970 (or 0x1B1970) is known color: Midnight Blue. HEX triplet: 1B, 19 and 70. RGB value is (27,25,112). Sum of RGB (Red+Green+Blue) = 27+25+112=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B1970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1970 is #E4E68F. Grayscale: #232323. Windows color (decimal): -15001232 or 7346459. OLE color: 7346459.
HSL color Cylindrical-coordinate representation of color #1B1970: hue angle of 241.38º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B1970 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 25 | 112 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.56 |
| HSL | 241.38º | 0.64% | 0.27% | - |
| HSV(B) | 241.38º | 0.78% | 0.44% | - |
| XYZ | 3.72 | 2.1 | 15.54 | - |
| YUV | 35.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 112 | 0.76 | 0.78 | 0 | 0.56 | 241.38 | 0.64 | 0.27 |
| Hex | 1B | 19 | 70 | 4C | 4E | 0 | 38 | F1 | 40 | 1B |
| Octal | 33 | 31 | 160 | 114 | 116 | 0 | 70 | 361 | 100 | 33 |
| Binary | 11011 | 11001 | 1110000 | 1001100 | 1001110 | 0 | 111000 | 11110001 | 1000000 | 11011 |
Color Harmonies of #1B1970
Complementary color
Monochromatic Colors of #1B1970
Black with #1B1970
Text Example
Text Example
White with #1B1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1970; }
p { color: rgb(27,25,112); }
H1.HeaderClassName
{
color: #1B1970;
}
.AnyTagClassName
{
color: #1B1970;
}
</style>
background-color css
<style>
a { background-color: #1B1970; }
a { background-color: rgb(27,25,112); }
div.DivClassName
{
background-color: #1B1970;
}
.BgClassName
{
background-color: #1B1970;
}
</style>
border-color css
<style>
span { border-color: #1B1970; }
span { border-color: rgb(27,25,112); }
td.TdClassName
{
border-color: #1B1970;
}
.TagClassName
{
border-color: #1B1970;
}
</style>