Shades of Midnight Blue #1B286D
Tints of Midnight Blue #1B286D
RGB
CMYK
RGB Variations
Color information
#1B286D (or 0x1B286D) is known color: Midnight Blue. HEX triplet: 1B, 28 and 6D. RGB value is (27,40,109). Sum of RGB (Red+Green+Blue) = 27+40+109=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B286D is #E4D792. Grayscale: #2B2B2B. Windows color (decimal): -14997395 or 7153691. OLE color: 7153691.
HSL color Cylindrical-coordinate representation of color #1B286D: hue angle of 230.49º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B286D is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 40 | 109 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.57 |
| HSL | 230.49º | 0.6% | 0.27% | - |
| HSV(B) | 230.49º | 0.75% | 0.43% | - |
| XYZ | 3.97 | 2.85 | 14.81 | - |
| YUV | 43.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 109 | 0.75 | 0.63 | 0 | 0.57 | 230.49 | 0.6 | 0.27 |
| Hex | 1B | 28 | 6D | 4B | 3F | 0 | 39 | E6 | 3C | 1B |
| Octal | 33 | 50 | 155 | 113 | 77 | 0 | 71 | 346 | 74 | 33 |
| Binary | 11011 | 101000 | 1101101 | 1001011 | 111111 | 0 | 111001 | 11100110 | 111100 | 11011 |
Color Harmonies of #1B286D
Complementary color
Monochromatic Colors of #1B286D
Black with #1B286D
Text Example
Text Example
White with #1B286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B286D; }
p { color: rgb(27,40,109); }
H1.HeaderClassName
{
color: #1B286D;
}
.AnyTagClassName
{
color: #1B286D;
}
</style>
background-color css
<style>
a { background-color: #1B286D; }
a { background-color: rgb(27,40,109); }
div.DivClassName
{
background-color: #1B286D;
}
.BgClassName
{
background-color: #1B286D;
}
</style>
border-color css
<style>
span { border-color: #1B286D; }
span { border-color: rgb(27,40,109); }
td.TdClassName
{
border-color: #1B286D;
}
.TagClassName
{
border-color: #1B286D;
}
</style>