Shades of Midnight Blue #1B1E65
Tints of Midnight Blue #1B1E65
RGB
CMYK
RGB Variations
Color information
#1B1E65 (or 0x1B1E65) is known color: Midnight Blue. HEX triplet: 1B, 1E and 65. RGB value is (27,30,101). Sum of RGB (Red+Green+Blue) = 27+30+101=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #1B1E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1E65 is #E4E19A. Grayscale: #242424. Windows color (decimal): -14999963 or 6626843. OLE color: 6626843.
HSL color Cylindrical-coordinate representation of color #1B1E65: hue angle of 237.57º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B1E65 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 30 | 101 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.60 |
| HSL | 237.57º | 0.58% | 0.25% | - |
| HSV(B) | 237.57º | 0.73% | 0.4% | - |
| XYZ | 3.27 | 2.1 | 12.55 | - |
| YUV | 37.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 101 | 0.73 | 0.70 | 0 | 0.60 | 237.57 | 0.58 | 0.25 |
| Hex | 1B | 1E | 65 | 49 | 46 | 0 | 3C | EE | 3A | 19 |
| Octal | 33 | 36 | 145 | 111 | 106 | 0 | 74 | 356 | 72 | 31 |
| Binary | 11011 | 11110 | 1100101 | 1001001 | 1000110 | 0 | 111100 | 11101110 | 111010 | 11001 |
Color Harmonies of #1B1E65
Complementary color
Monochromatic Colors of #1B1E65
Black with #1B1E65
Text Example
Text Example
White with #1B1E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E65; }
p { color: rgb(27,30,101); }
H1.HeaderClassName
{
color: #1B1E65;
}
.AnyTagClassName
{
color: #1B1E65;
}
</style>
background-color css
<style>
a { background-color: #1B1E65; }
a { background-color: rgb(27,30,101); }
div.DivClassName
{
background-color: #1B1E65;
}
.BgClassName
{
background-color: #1B1E65;
}
</style>
border-color css
<style>
span { border-color: #1B1E65; }
span { border-color: rgb(27,30,101); }
td.TdClassName
{
border-color: #1B1E65;
}
.TagClassName
{
border-color: #1B1E65;
}
</style>