Shades of Midnight Blue #1B1F69
Tints of Midnight Blue #1B1F69
RGB
CMYK
RGB Variations
Color information
#1B1F69 (or 0x1B1F69) is known color: Midnight Blue. HEX triplet: 1B, 1F and 69. RGB value is (27,31,105). Sum of RGB (Red+Green+Blue) = 27+31+105=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B1F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1F69 is #E4E096. Grayscale: #252525. Windows color (decimal): -14999703 or 6889243. OLE color: 6889243.
HSL color Cylindrical-coordinate representation of color #1B1F69: hue angle of 236.92º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B1F69 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 31 | 105 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.59 |
| HSL | 236.92º | 0.59% | 0.26% | - |
| HSV(B) | 236.92º | 0.74% | 0.41% | - |
| XYZ | 3.49 | 2.23 | 13.61 | - |
| YUV | 38.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 105 | 0.74 | 0.70 | 0 | 0.59 | 236.92 | 0.59 | 0.26 |
| Hex | 1B | 1F | 69 | 4A | 46 | 0 | 3B | ED | 3B | 1A |
| Octal | 33 | 37 | 151 | 112 | 106 | 0 | 73 | 355 | 73 | 32 |
| Binary | 11011 | 11111 | 1101001 | 1001010 | 1000110 | 0 | 111011 | 11101101 | 111011 | 11010 |
Color Harmonies of #1B1F69
Complementary color
Monochromatic Colors of #1B1F69
Black with #1B1F69
Text Example
Text Example
White with #1B1F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F69; }
p { color: rgb(27,31,105); }
H1.HeaderClassName
{
color: #1B1F69;
}
.AnyTagClassName
{
color: #1B1F69;
}
</style>
background-color css
<style>
a { background-color: #1B1F69; }
a { background-color: rgb(27,31,105); }
div.DivClassName
{
background-color: #1B1F69;
}
.BgClassName
{
background-color: #1B1F69;
}
</style>
border-color css
<style>
span { border-color: #1B1F69; }
span { border-color: rgb(27,31,105); }
td.TdClassName
{
border-color: #1B1F69;
}
.TagClassName
{
border-color: #1B1F69;
}
</style>