Shades of Midnight #1B2B3E
Tints of Midnight #1B2B3E
RGB
CMYK
RGB Variations
Color information
#1B2B3E (or 0x1B2B3E) is known color: Midnight. HEX triplet: 1B, 2B and 3E. RGB value is (27,43,62). Sum of RGB (Red+Green+Blue) = 27+43+62=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B2B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2B3E is #E4D4C1. Grayscale: #282828. Windows color (decimal): -14996674 or 4074267. OLE color: 4074267.
HSL color Cylindrical-coordinate representation of color #1B2B3E: hue angle of 212.57º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B2B3E is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 43 | 62 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.76 |
| HSL | 212.57º | 0.39% | 0.17% | - |
| HSV(B) | 212.57º | 0.56% | 0.24% | - |
| XYZ | 2.19 | 2.31 | 4.89 | - |
| YUV | 40.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 62 | 0.56 | 0.31 | 0 | 0.76 | 212.57 | 0.39 | 0.17 |
| Hex | 1B | 2B | 3E | 38 | 1F | 0 | 4C | D5 | 27 | 11 |
| Octal | 33 | 53 | 76 | 70 | 37 | 0 | 114 | 325 | 47 | 21 |
| Binary | 11011 | 101011 | 111110 | 111000 | 11111 | 0 | 1001100 | 11010101 | 100111 | 10001 |
Color Harmonies of #1B2B3E
Complementary color
Monochromatic Colors of #1B2B3E
Black with #1B2B3E
Text Example
Text Example
White with #1B2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B3E; }
p { color: rgb(27,43,62); }
H1.HeaderClassName
{
color: #1B2B3E;
}
.AnyTagClassName
{
color: #1B2B3E;
}
</style>
background-color css
<style>
a { background-color: #1B2B3E; }
a { background-color: rgb(27,43,62); }
div.DivClassName
{
background-color: #1B2B3E;
}
.BgClassName
{
background-color: #1B2B3E;
}
</style>
border-color css
<style>
span { border-color: #1B2B3E; }
span { border-color: rgb(27,43,62); }
td.TdClassName
{
border-color: #1B2B3E;
}
.TagClassName
{
border-color: #1B2B3E;
}
</style>