Shades of Midnight Blue #1B2776
Tints of Midnight Blue #1B2776
RGB
CMYK
RGB Variations
Color information
#1B2776 (or 0x1B2776) is known color: Midnight Blue. HEX triplet: 1B, 27 and 76. RGB value is (27,39,118). Sum of RGB (Red+Green+Blue) = 27+39+118=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2776 is #E4D889. Grayscale: #2C2C2C. Windows color (decimal): -14997642 or 7743259. OLE color: 7743259.
HSL color Cylindrical-coordinate representation of color #1B2776: hue angle of 232.09º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2776 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 39 | 118 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.54 |
| HSL | 232.09º | 0.63% | 0.28% | - |
| HSV(B) | 232.09º | 0.77% | 0.46% | - |
| XYZ | 4.45 | 2.99 | 17.48 | - |
| YUV | 44.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 118 | 0.77 | 0.67 | 0 | 0.54 | 232.09 | 0.63 | 0.28 |
| Hex | 1B | 27 | 76 | 4D | 43 | 0 | 36 | E8 | 3F | 1C |
| Octal | 33 | 47 | 166 | 115 | 103 | 0 | 66 | 350 | 77 | 34 |
| Binary | 11011 | 100111 | 1110110 | 1001101 | 1000011 | 0 | 110110 | 11101000 | 111111 | 11100 |
Color Harmonies of #1B2776
Complementary color
Monochromatic Colors of #1B2776
Black with #1B2776
Text Example
Text Example
White with #1B2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2776; }
p { color: rgb(27,39,118); }
H1.HeaderClassName
{
color: #1B2776;
}
.AnyTagClassName
{
color: #1B2776;
}
</style>
background-color css
<style>
a { background-color: #1B2776; }
a { background-color: rgb(27,39,118); }
div.DivClassName
{
background-color: #1B2776;
}
.BgClassName
{
background-color: #1B2776;
}
</style>
border-color css
<style>
span { border-color: #1B2776; }
span { border-color: rgb(27,39,118); }
td.TdClassName
{
border-color: #1B2776;
}
.TagClassName
{
border-color: #1B2776;
}
</style>