Shades of Midnight Blue #1B1973
Tints of Midnight Blue #1B1973
RGB
CMYK
RGB Variations
Color information
#1B1973 (or 0x1B1973) is known color: Midnight Blue. HEX triplet: 1B, 19 and 73. RGB value is (27,25,115). Sum of RGB (Red+Green+Blue) = 27+25+115=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1973 is #E4E68C. Grayscale: #232323. Windows color (decimal): -15001229 or 7543067. OLE color: 7543067.
HSL color Cylindrical-coordinate representation of color #1B1973: hue angle of 241.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B1973 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 25 | 115 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.55 |
| HSL | 241.33º | 0.64% | 0.27% | - |
| HSV(B) | 241.33º | 0.78% | 0.45% | - |
| XYZ | 3.89 | 2.17 | 16.43 | - |
| YUV | 35.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 115 | 0.77 | 0.78 | 0 | 0.55 | 241.33 | 0.64 | 0.27 |
| Hex | 1B | 19 | 73 | 4D | 4E | 0 | 37 | F1 | 40 | 1B |
| Octal | 33 | 31 | 163 | 115 | 116 | 0 | 67 | 361 | 100 | 33 |
| Binary | 11011 | 11001 | 1110011 | 1001101 | 1001110 | 0 | 110111 | 11110001 | 1000000 | 11011 |
Color Harmonies of #1B1973
Complementary color
Monochromatic Colors of #1B1973
Black with #1B1973
Text Example
Text Example
White with #1B1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1973; }
p { color: rgb(27,25,115); }
H1.HeaderClassName
{
color: #1B1973;
}
.AnyTagClassName
{
color: #1B1973;
}
</style>
background-color css
<style>
a { background-color: #1B1973; }
a { background-color: rgb(27,25,115); }
div.DivClassName
{
background-color: #1B1973;
}
.BgClassName
{
background-color: #1B1973;
}
</style>
border-color css
<style>
span { border-color: #1B1973; }
span { border-color: rgb(27,25,115); }
td.TdClassName
{
border-color: #1B1973;
}
.TagClassName
{
border-color: #1B1973;
}
</style>