Shades of Midnight Blue #1B046E
Tints of Midnight Blue #1B046E
RGB
CMYK
RGB Variations
Color information
#1B046E (or 0x1B046E) is known color: Midnight Blue. HEX triplet: 1B, 04 and 6E. RGB value is (27,4,110). Sum of RGB (Red+Green+Blue) = 27+4+110=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B046E is #E4FB91. Grayscale: #161616. Windows color (decimal): -15006610 or 7210011. OLE color: 7210011.
HSL color Cylindrical-coordinate representation of color #1B046E: hue angle of 253.02º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B046E is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 4 | 110 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.57 |
| HSL | 253.02º | 0.93% | 0.22% | - |
| HSV(B) | 253.02º | 0.96% | 0.43% | - |
| XYZ | 3.31 | 1.45 | 14.86 | - |
| YUV | 22.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 110 | 0.75 | 0.96 | 0 | 0.57 | 253.02 | 0.93 | 0.22 |
| Hex | 1B | 4 | 6E | 4B | 60 | 0 | 39 | FD | 5D | 16 |
| Octal | 33 | 4 | 156 | 113 | 140 | 0 | 71 | 375 | 135 | 26 |
| Binary | 11011 | 100 | 1101110 | 1001011 | 1100000 | 0 | 111001 | 11111101 | 1011101 | 10110 |
Color Harmonies of #1B046E
Complementary color
Monochromatic Colors of #1B046E
Black with #1B046E
Text Example
Text Example
White with #1B046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B046E; }
p { color: rgb(27,4,110); }
H1.HeaderClassName
{
color: #1B046E;
}
.AnyTagClassName
{
color: #1B046E;
}
</style>
background-color css
<style>
a { background-color: #1B046E; }
a { background-color: rgb(27,4,110); }
div.DivClassName
{
background-color: #1B046E;
}
.BgClassName
{
background-color: #1B046E;
}
</style>
border-color css
<style>
span { border-color: #1B046E; }
span { border-color: rgb(27,4,110); }
td.TdClassName
{
border-color: #1B046E;
}
.TagClassName
{
border-color: #1B046E;
}
</style>