Shades of Midnight Express #1B274B
Tints of Midnight Express #1B274B
RGB
CMYK
RGB Variations
Color information
#1B274B (or 0x1B274B) is known color: Midnight Express. HEX triplet: 1B, 27 and 4B. RGB value is (27,39,75). Sum of RGB (Red+Green+Blue) = 27+39+75=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #1B274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B274B is #E4D8B4. Grayscale: #272727. Windows color (decimal): -14997685 or 4925211. OLE color: 4925211.
HSL color Cylindrical-coordinate representation of color #1B274B: hue angle of 225º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B274B is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 39 | 75 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.71 |
| HSL | 225º | 0.47% | 0.2% | - |
| HSV(B) | 225º | 0.64% | 0.29% | - |
| XYZ | 2.45 | 2.19 | 6.95 | - |
| YUV | 39.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 75 | 0.64 | 0.48 | 0 | 0.71 | 225 | 0.47 | 0.2 |
| Hex | 1B | 27 | 4B | 40 | 30 | 0 | 47 | E1 | 2F | 14 |
| Octal | 33 | 47 | 113 | 100 | 60 | 0 | 107 | 341 | 57 | 24 |
| Binary | 11011 | 100111 | 1001011 | 1000000 | 110000 | 0 | 1000111 | 11100001 | 101111 | 10100 |
Color Harmonies of #1B274B
Complementary color
Monochromatic Colors of #1B274B
Black with #1B274B
Text Example
Text Example
White with #1B274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B274B; }
p { color: rgb(27,39,75); }
H1.HeaderClassName
{
color: #1B274B;
}
.AnyTagClassName
{
color: #1B274B;
}
</style>
background-color css
<style>
a { background-color: #1B274B; }
a { background-color: rgb(27,39,75); }
div.DivClassName
{
background-color: #1B274B;
}
.BgClassName
{
background-color: #1B274B;
}
</style>
border-color css
<style>
span { border-color: #1B274B; }
span { border-color: rgb(27,39,75); }
td.TdClassName
{
border-color: #1B274B;
}
.TagClassName
{
border-color: #1B274B;
}
</style>