Shades of Midnight Blue #1B2C78
Tints of Midnight Blue #1B2C78
RGB
CMYK
RGB Variations
Color information
#1B2C78 (or 0x1B2C78) is known color: Midnight Blue. HEX triplet: 1B, 2C and 78. RGB value is (27,44,120). Sum of RGB (Red+Green+Blue) = 27+44+120=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B2C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2C78 is #E4D387. Grayscale: #2F2F2F. Windows color (decimal): -14996360 or 7875611. OLE color: 7875611.
HSL color Cylindrical-coordinate representation of color #1B2C78: hue angle of 229.03º 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 #1B2C78 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 44 | 120 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.53 |
| HSL | 229.03º | 0.63% | 0.29% | - |
| HSV(B) | 229.03º | 0.78% | 0.47% | - |
| XYZ | 4.74 | 3.39 | 18.17 | - |
| YUV | 47.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 120 | 0.78 | 0.63 | 0 | 0.53 | 229.03 | 0.63 | 0.29 |
| Hex | 1B | 2C | 78 | 4E | 3F | 0 | 35 | E5 | 3F | 1D |
| Octal | 33 | 54 | 170 | 116 | 77 | 0 | 65 | 345 | 77 | 35 |
| Binary | 11011 | 101100 | 1111000 | 1001110 | 111111 | 0 | 110101 | 11100101 | 111111 | 11101 |
Color Harmonies of #1B2C78
Complementary color
Monochromatic Colors of #1B2C78
Black with #1B2C78
Text Example
Text Example
White with #1B2C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C78; }
p { color: rgb(27,44,120); }
H1.HeaderClassName
{
color: #1B2C78;
}
.AnyTagClassName
{
color: #1B2C78;
}
</style>
background-color css
<style>
a { background-color: #1B2C78; }
a { background-color: rgb(27,44,120); }
div.DivClassName
{
background-color: #1B2C78;
}
.BgClassName
{
background-color: #1B2C78;
}
</style>
border-color css
<style>
span { border-color: #1B2C78; }
span { border-color: rgb(27,44,120); }
td.TdClassName
{
border-color: #1B2C78;
}
.TagClassName
{
border-color: #1B2C78;
}
</style>