Shades of Midnight Blue #1B195E
Tints of Midnight Blue #1B195E
RGB
CMYK
RGB Variations
Color information
#1B195E (or 0x1B195E) is known color: Midnight Blue. HEX triplet: 1B, 19 and 5E. RGB value is (27,25,94). Sum of RGB (Red+Green+Blue) = 27+25+94=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B195E is #E4E6A1. Grayscale: #212121. Windows color (decimal): -15001250 or 6166811. OLE color: 6166811.
HSL color Cylindrical-coordinate representation of color #1B195E: hue angle of 241.74º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B195E is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 25 | 94 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.63 |
| HSL | 241.74º | 0.58% | 0.23% | - |
| HSV(B) | 241.74º | 0.73% | 0.37% | - |
| XYZ | 2.82 | 1.74 | 10.78 | - |
| YUV | 33.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 94 | 0.71 | 0.73 | 0 | 0.63 | 241.74 | 0.58 | 0.23 |
| Hex | 1B | 19 | 5E | 47 | 49 | 0 | 3F | F2 | 3A | 17 |
| Octal | 33 | 31 | 136 | 107 | 111 | 0 | 77 | 362 | 72 | 27 |
| Binary | 11011 | 11001 | 1011110 | 1000111 | 1001001 | 0 | 111111 | 11110010 | 111010 | 10111 |
Color Harmonies of #1B195E
Complementary color
Monochromatic Colors of #1B195E
Black with #1B195E
Text Example
Text Example
White with #1B195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B195E; }
p { color: rgb(27,25,94); }
H1.HeaderClassName
{
color: #1B195E;
}
.AnyTagClassName
{
color: #1B195E;
}
</style>
background-color css
<style>
a { background-color: #1B195E; }
a { background-color: rgb(27,25,94); }
div.DivClassName
{
background-color: #1B195E;
}
.BgClassName
{
background-color: #1B195E;
}
</style>
border-color css
<style>
span { border-color: #1B195E; }
span { border-color: rgb(27,25,94); }
td.TdClassName
{
border-color: #1B195E;
}
.TagClassName
{
border-color: #1B195E;
}
</style>