Shades of Midnight #1B2635
Tints of Midnight #1B2635
RGB
CMYK
RGB Variations
Color information
#1B2635 (or 0x1B2635) is known color: Midnight. HEX triplet: 1B, 26 and 35. RGB value is (27,38,53). Sum of RGB (Red+Green+Blue) = 27+38+53=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #1B2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2635 is #E4D9CA. Grayscale: #242424. Windows color (decimal): -14997963 or 3483163. OLE color: 3483163.
HSL color Cylindrical-coordinate representation of color #1B2635: hue angle of 214.62º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B2635 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 38 | 53 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.79 |
| HSL | 214.62º | 0.33% | 0.16% | - |
| HSV(B) | 214.62º | 0.49% | 0.21% | - |
| XYZ | 1.79 | 1.88 | 3.64 | - |
| YUV | 36.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 53 | 0.49 | 0.28 | 0 | 0.79 | 214.62 | 0.33 | 0.16 |
| Hex | 1B | 26 | 35 | 31 | 1C | 0 | 4F | D7 | 20 | 10 |
| Octal | 33 | 46 | 65 | 61 | 34 | 0 | 117 | 327 | 40 | 20 |
| Binary | 11011 | 100110 | 110101 | 110001 | 11100 | 0 | 1001111 | 11010111 | 100000 | 10000 |
Color Harmonies of #1B2635
Complementary color
Monochromatic Colors of #1B2635
Black with #1B2635
Text Example
Text Example
White with #1B2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2635; }
p { color: rgb(27,38,53); }
H1.HeaderClassName
{
color: #1B2635;
}
.AnyTagClassName
{
color: #1B2635;
}
</style>
background-color css
<style>
a { background-color: #1B2635; }
a { background-color: rgb(27,38,53); }
div.DivClassName
{
background-color: #1B2635;
}
.BgClassName
{
background-color: #1B2635;
}
</style>
border-color css
<style>
span { border-color: #1B2635; }
span { border-color: rgb(27,38,53); }
td.TdClassName
{
border-color: #1B2635;
}
.TagClassName
{
border-color: #1B2635;
}
</style>