Shades of Midnight Blue #1B1D5F
Tints of Midnight Blue #1B1D5F
RGB
CMYK
RGB Variations
Color information
#1B1D5F (or 0x1B1D5F) is known color: Midnight Blue. HEX triplet: 1B, 1D and 5F. RGB value is (27,29,95). Sum of RGB (Red+Green+Blue) = 27+29+95=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B1D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1D5F is #E4E2A0. Grayscale: #232323. Windows color (decimal): -15000225 or 6233371. OLE color: 6233371.
HSL color Cylindrical-coordinate representation of color #1B1D5F: hue angle of 238.24º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B1D5F is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 29 | 95 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.63 |
| HSL | 238.24º | 0.56% | 0.24% | - |
| HSV(B) | 238.24º | 0.72% | 0.37% | - |
| XYZ | 2.96 | 1.94 | 11.04 | - |
| YUV | 35.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 95 | 0.72 | 0.69 | 0 | 0.63 | 238.24 | 0.56 | 0.24 |
| Hex | 1B | 1D | 5F | 48 | 45 | 0 | 3F | EE | 38 | 18 |
| Octal | 33 | 35 | 137 | 110 | 105 | 0 | 77 | 356 | 70 | 30 |
| Binary | 11011 | 11101 | 1011111 | 1001000 | 1000101 | 0 | 111111 | 11101110 | 111000 | 11000 |
Color Harmonies of #1B1D5F
Complementary color
Monochromatic Colors of #1B1D5F
Black with #1B1D5F
Text Example
Text Example
White with #1B1D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D5F; }
p { color: rgb(27,29,95); }
H1.HeaderClassName
{
color: #1B1D5F;
}
.AnyTagClassName
{
color: #1B1D5F;
}
</style>
background-color css
<style>
a { background-color: #1B1D5F; }
a { background-color: rgb(27,29,95); }
div.DivClassName
{
background-color: #1B1D5F;
}
.BgClassName
{
background-color: #1B1D5F;
}
</style>
border-color css
<style>
span { border-color: #1B1D5F; }
span { border-color: rgb(27,29,95); }
td.TdClassName
{
border-color: #1B1D5F;
}
.TagClassName
{
border-color: #1B1D5F;
}
</style>