Shades of Midnight Blue #1B2777
Tints of Midnight Blue #1B2777
RGB
CMYK
RGB Variations
Color information
#1B2777 (or 0x1B2777) is known color: Midnight Blue. HEX triplet: 1B, 27 and 77. RGB value is (27,39,119). Sum of RGB (Red+Green+Blue) = 27+39+119=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B2777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2777 is #E4D888. Grayscale: #2C2C2C. Windows color (decimal): -14997641 or 7808795. OLE color: 7808795.
HSL color Cylindrical-coordinate representation of color #1B2777: hue angle of 232.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2777 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 39 | 119 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.53 |
| HSL | 232.17º | 0.63% | 0.29% | - |
| HSV(B) | 232.17º | 0.77% | 0.47% | - |
| XYZ | 4.51 | 3.02 | 17.8 | - |
| YUV | 44.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 119 | 0.77 | 0.67 | 0 | 0.53 | 232.17 | 0.63 | 0.29 |
| Hex | 1B | 27 | 77 | 4D | 43 | 0 | 35 | E8 | 3F | 1D |
| Octal | 33 | 47 | 167 | 115 | 103 | 0 | 65 | 350 | 77 | 35 |
| Binary | 11011 | 100111 | 1110111 | 1001101 | 1000011 | 0 | 110101 | 11101000 | 111111 | 11101 |
Color Harmonies of #1B2777
Complementary color
Monochromatic Colors of #1B2777
Black with #1B2777
Text Example
Text Example
White with #1B2777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2777; }
p { color: rgb(27,39,119); }
H1.HeaderClassName
{
color: #1B2777;
}
.AnyTagClassName
{
color: #1B2777;
}
</style>
background-color css
<style>
a { background-color: #1B2777; }
a { background-color: rgb(27,39,119); }
div.DivClassName
{
background-color: #1B2777;
}
.BgClassName
{
background-color: #1B2777;
}
</style>
border-color css
<style>
span { border-color: #1B2777; }
span { border-color: rgb(27,39,119); }
td.TdClassName
{
border-color: #1B2777;
}
.TagClassName
{
border-color: #1B2777;
}
</style>