Shades of Midnight #1B2B3D
Tints of Midnight #1B2B3D
RGB
CMYK
RGB Variations
Color information
#1B2B3D (or 0x1B2B3D) is known color: Midnight. HEX triplet: 1B, 2B and 3D. RGB value is (27,43,61). Sum of RGB (Red+Green+Blue) = 27+43+61=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B2B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2B3D is #E4D4C2. Grayscale: #282828. Windows color (decimal): -14996675 or 4008731. OLE color: 4008731.
HSL color Cylindrical-coordinate representation of color #1B2B3D: hue angle of 211.76º 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 #1B2B3D is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 43 | 61 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.76 |
| HSL | 211.76º | 0.39% | 0.17% | - |
| HSV(B) | 211.76º | 0.56% | 0.24% | - |
| XYZ | 2.16 | 2.3 | 4.74 | - |
| YUV | 40.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 61 | 0.56 | 0.30 | 0 | 0.76 | 211.76 | 0.39 | 0.17 |
| Hex | 1B | 2B | 3D | 38 | 1E | 0 | 4C | D4 | 27 | 11 |
| Octal | 33 | 53 | 75 | 70 | 36 | 0 | 114 | 324 | 47 | 21 |
| Binary | 11011 | 101011 | 111101 | 111000 | 11110 | 0 | 1001100 | 11010100 | 100111 | 10001 |
Color Harmonies of #1B2B3D
Complementary color
Monochromatic Colors of #1B2B3D
Black with #1B2B3D
Text Example
Text Example
White with #1B2B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B3D; }
p { color: rgb(27,43,61); }
H1.HeaderClassName
{
color: #1B2B3D;
}
.AnyTagClassName
{
color: #1B2B3D;
}
</style>
background-color css
<style>
a { background-color: #1B2B3D; }
a { background-color: rgb(27,43,61); }
div.DivClassName
{
background-color: #1B2B3D;
}
.BgClassName
{
background-color: #1B2B3D;
}
</style>
border-color css
<style>
span { border-color: #1B2B3D; }
span { border-color: rgb(27,43,61); }
td.TdClassName
{
border-color: #1B2B3D;
}
.TagClassName
{
border-color: #1B2B3D;
}
</style>