Shades of Midnight Blue #1B2772
Tints of Midnight Blue #1B2772
RGB
CMYK
RGB Variations
Color information
#1B2772 (or 0x1B2772) is known color: Midnight Blue. HEX triplet: 1B, 27 and 72. RGB value is (27,39,114). Sum of RGB (Red+Green+Blue) = 27+39+114=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B2772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2772 is #E4D88D. Grayscale: #2B2B2B. Windows color (decimal): -14997646 or 7481115. OLE color: 7481115.
HSL color Cylindrical-coordinate representation of color #1B2772: hue angle of 231.72º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B2772 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 39 | 114 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.55 |
| HSL | 231.72º | 0.62% | 0.28% | - |
| HSV(B) | 231.72º | 0.76% | 0.45% | - |
| XYZ | 4.21 | 2.9 | 16.26 | - |
| YUV | 43.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 114 | 0.76 | 0.66 | 0 | 0.55 | 231.72 | 0.62 | 0.28 |
| Hex | 1B | 27 | 72 | 4C | 42 | 0 | 37 | E8 | 3E | 1C |
| Octal | 33 | 47 | 162 | 114 | 102 | 0 | 67 | 350 | 76 | 34 |
| Binary | 11011 | 100111 | 1110010 | 1001100 | 1000010 | 0 | 110111 | 11101000 | 111110 | 11100 |
Color Harmonies of #1B2772
Complementary color
Monochromatic Colors of #1B2772
Black with #1B2772
Text Example
Text Example
White with #1B2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2772; }
p { color: rgb(27,39,114); }
H1.HeaderClassName
{
color: #1B2772;
}
.AnyTagClassName
{
color: #1B2772;
}
</style>
background-color css
<style>
a { background-color: #1B2772; }
a { background-color: rgb(27,39,114); }
div.DivClassName
{
background-color: #1B2772;
}
.BgClassName
{
background-color: #1B2772;
}
</style>
border-color css
<style>
span { border-color: #1B2772; }
span { border-color: rgb(27,39,114); }
td.TdClassName
{
border-color: #1B2772;
}
.TagClassName
{
border-color: #1B2772;
}
</style>