Shades of Regal Blue #1B4056
Tints of Regal Blue #1B4056
RGB
CMYK
RGB Variations
Color information
#1B4056 (or 0x1B4056) is known color: Regal Blue. HEX triplet: 1B, 40 and 56. RGB value is (27,64,86). Sum of RGB (Red+Green+Blue) = 27+64+86=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4056 is #E4BFA9. Grayscale: #373737. Windows color (decimal): -14991274 or 5652507. OLE color: 5652507.
HSL color Cylindrical-coordinate representation of color #1B4056: hue angle of 202.37º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4056 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 64 | 86 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.66 |
| HSL | 202.37º | 0.52% | 0.22% | - |
| HSV(B) | 202.37º | 0.69% | 0.34% | - |
| XYZ | 3.97 | 4.57 | 9.48 | - |
| YUV | 55.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 86 | 0.69 | 0.26 | 0 | 0.66 | 202.37 | 0.52 | 0.22 |
| Hex | 1B | 40 | 56 | 45 | 1A | 0 | 42 | CA | 34 | 16 |
| Octal | 33 | 100 | 126 | 105 | 32 | 0 | 102 | 312 | 64 | 26 |
| Binary | 11011 | 1000000 | 1010110 | 1000101 | 11010 | 0 | 1000010 | 11001010 | 110100 | 10110 |
Color Harmonies of #1B4056
Complementary color
Monochromatic Colors of #1B4056
Black with #1B4056
Text Example
Text Example
White with #1B4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4056; }
p { color: rgb(27,64,86); }
H1.HeaderClassName
{
color: #1B4056;
}
.AnyTagClassName
{
color: #1B4056;
}
</style>
background-color css
<style>
a { background-color: #1B4056; }
a { background-color: rgb(27,64,86); }
div.DivClassName
{
background-color: #1B4056;
}
.BgClassName
{
background-color: #1B4056;
}
</style>
border-color css
<style>
span { border-color: #1B4056; }
span { border-color: rgb(27,64,86); }
td.TdClassName
{
border-color: #1B4056;
}
.TagClassName
{
border-color: #1B4056;
}
</style>