Shades of Midnight Blue #1B2D79
Tints of Midnight Blue #1B2D79
RGB
CMYK
RGB Variations
Color information
#1B2D79 (or 0x1B2D79) is known color: Midnight Blue. HEX triplet: 1B, 2D and 79. RGB value is (27,45,121). Sum of RGB (Red+Green+Blue) = 27+45+121=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B2D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2D79 is #E4D286. Grayscale: #2F2F2F. Windows color (decimal): -14996103 or 7941403. OLE color: 7941403.
HSL color Cylindrical-coordinate representation of color #1B2D79: hue angle of 228.51º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B2D79 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 45 | 121 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.53 |
| HSL | 228.51º | 0.64% | 0.29% | - |
| HSV(B) | 228.51º | 0.78% | 0.47% | - |
| XYZ | 4.84 | 3.49 | 18.51 | - |
| YUV | 48.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 121 | 0.78 | 0.63 | 0 | 0.53 | 228.51 | 0.64 | 0.29 |
| Hex | 1B | 2D | 79 | 4E | 3F | 0 | 35 | E5 | 40 | 1D |
| Octal | 33 | 55 | 171 | 116 | 77 | 0 | 65 | 345 | 100 | 35 |
| Binary | 11011 | 101101 | 1111001 | 1001110 | 111111 | 0 | 110101 | 11100101 | 1000000 | 11101 |
Color Harmonies of #1B2D79
Complementary color
Monochromatic Colors of #1B2D79
Black with #1B2D79
Text Example
Text Example
White with #1B2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2D79; }
p { color: rgb(27,45,121); }
H1.HeaderClassName
{
color: #1B2D79;
}
.AnyTagClassName
{
color: #1B2D79;
}
</style>
background-color css
<style>
a { background-color: #1B2D79; }
a { background-color: rgb(27,45,121); }
div.DivClassName
{
background-color: #1B2D79;
}
.BgClassName
{
background-color: #1B2D79;
}
</style>
border-color css
<style>
span { border-color: #1B2D79; }
span { border-color: rgb(27,45,121); }
td.TdClassName
{
border-color: #1B2D79;
}
.TagClassName
{
border-color: #1B2D79;
}
</style>