Shades of Midnight Blue #1B237E
Tints of Midnight Blue #1B237E
RGB
CMYK
RGB Variations
Color information
#1B237E (or 0x1B237E) is known color: Midnight Blue. HEX triplet: 1B, 23 and 7E. RGB value is (27,35,126). Sum of RGB (Red+Green+Blue) = 27+35+126=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 126 (49.61% from 255 or 67.02% from 188); Max value from RGB is 126 - color contains mainly: blue. Hex color #1B237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B237E is #E4DC81. Grayscale: #2A2A2A. Windows color (decimal): -14998658 or 8266523. OLE color: 8266523.
HSL color Cylindrical-coordinate representation of color #1B237E: hue angle of 235.15º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B237E is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 35 | 126 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.51 |
| HSL | 235.15º | 0.65% | 0.3% | - |
| HSV(B) | 235.15º | 0.79% | 0.49% | - |
| XYZ | 4.82 | 2.94 | 20.05 | - |
| YUV | 42.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 126 | 0.79 | 0.72 | 0 | 0.51 | 235.15 | 0.65 | 0.3 |
| Hex | 1B | 23 | 7E | 4F | 48 | 0 | 33 | EB | 41 | 1E |
| Octal | 33 | 43 | 176 | 117 | 110 | 0 | 63 | 353 | 101 | 36 |
| Binary | 11011 | 100011 | 1111110 | 1001111 | 1001000 | 0 | 110011 | 11101011 | 1000001 | 11110 |
Color Harmonies of #1B237E
Complementary color
Monochromatic Colors of #1B237E
Black with #1B237E
Text Example
Text Example
White with #1B237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B237E; }
p { color: rgb(27,35,126); }
H1.HeaderClassName
{
color: #1B237E;
}
.AnyTagClassName
{
color: #1B237E;
}
</style>
background-color css
<style>
a { background-color: #1B237E; }
a { background-color: rgb(27,35,126); }
div.DivClassName
{
background-color: #1B237E;
}
.BgClassName
{
background-color: #1B237E;
}
</style>
border-color css
<style>
span { border-color: #1B237E; }
span { border-color: rgb(27,35,126); }
td.TdClassName
{
border-color: #1B237E;
}
.TagClassName
{
border-color: #1B237E;
}
</style>