Shades of Midnight Blue #1B1969
Tints of Midnight Blue #1B1969
RGB
CMYK
RGB Variations
Color information
#1B1969 (or 0x1B1969) is known color: Midnight Blue. HEX triplet: 1B, 19 and 69. RGB value is (27,25,105). Sum of RGB (Red+Green+Blue) = 27+25+105=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B1969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1969 is #E4E696. Grayscale: #222222. Windows color (decimal): -15001239 or 6887707. OLE color: 6887707.
HSL color Cylindrical-coordinate representation of color #1B1969: hue angle of 241.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B1969 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 25 | 105 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.59 |
| HSL | 241.5º | 0.62% | 0.25% | - |
| HSV(B) | 241.5º | 0.76% | 0.41% | - |
| XYZ | 3.35 | 1.95 | 13.56 | - |
| YUV | 34.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 105 | 0.74 | 0.76 | 0 | 0.59 | 241.5 | 0.62 | 0.25 |
| Hex | 1B | 19 | 69 | 4A | 4C | 0 | 3B | F2 | 3E | 19 |
| Octal | 33 | 31 | 151 | 112 | 114 | 0 | 73 | 362 | 76 | 31 |
| Binary | 11011 | 11001 | 1101001 | 1001010 | 1001100 | 0 | 111011 | 11110010 | 111110 | 11001 |
Color Harmonies of #1B1969
Complementary color
Monochromatic Colors of #1B1969
Black with #1B1969
Text Example
Text Example
White with #1B1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1969; }
p { color: rgb(27,25,105); }
H1.HeaderClassName
{
color: #1B1969;
}
.AnyTagClassName
{
color: #1B1969;
}
</style>
background-color css
<style>
a { background-color: #1B1969; }
a { background-color: rgb(27,25,105); }
div.DivClassName
{
background-color: #1B1969;
}
.BgClassName
{
background-color: #1B1969;
}
</style>
border-color css
<style>
span { border-color: #1B1969; }
span { border-color: rgb(27,25,105); }
td.TdClassName
{
border-color: #1B1969;
}
.TagClassName
{
border-color: #1B1969;
}
</style>