Shades of Midnight Blue #1B256E
Tints of Midnight Blue #1B256E
RGB
CMYK
RGB Variations
Color information
#1B256E (or 0x1B256E) is known color: Midnight Blue. HEX triplet: 1B, 25 and 6E. RGB value is (27,37,110). Sum of RGB (Red+Green+Blue) = 27+37+110=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B256E is #E4DA91. Grayscale: #2A2A2A. Windows color (decimal): -14998162 or 7218459. OLE color: 7218459.
HSL color Cylindrical-coordinate representation of color #1B256E: hue angle of 232.77º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B256E is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 37 | 110 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.57 |
| HSL | 232.77º | 0.61% | 0.27% | - |
| HSV(B) | 232.77º | 0.75% | 0.43% | - |
| XYZ | 3.93 | 2.68 | 15.06 | - |
| YUV | 42.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 110 | 0.75 | 0.66 | 0 | 0.57 | 232.77 | 0.61 | 0.27 |
| Hex | 1B | 25 | 6E | 4B | 42 | 0 | 39 | E9 | 3D | 1B |
| Octal | 33 | 45 | 156 | 113 | 102 | 0 | 71 | 351 | 75 | 33 |
| Binary | 11011 | 100101 | 1101110 | 1001011 | 1000010 | 0 | 111001 | 11101001 | 111101 | 11011 |
Color Harmonies of #1B256E
Complementary color
Monochromatic Colors of #1B256E
Black with #1B256E
Text Example
Text Example
White with #1B256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B256E; }
p { color: rgb(27,37,110); }
H1.HeaderClassName
{
color: #1B256E;
}
.AnyTagClassName
{
color: #1B256E;
}
</style>
background-color css
<style>
a { background-color: #1B256E; }
a { background-color: rgb(27,37,110); }
div.DivClassName
{
background-color: #1B256E;
}
.BgClassName
{
background-color: #1B256E;
}
</style>
border-color css
<style>
span { border-color: #1B256E; }
span { border-color: rgb(27,37,110); }
td.TdClassName
{
border-color: #1B256E;
}
.TagClassName
{
border-color: #1B256E;
}
</style>