Shades of Regal Blue #1B3F57
Tints of Regal Blue #1B3F57
RGB
CMYK
RGB Variations
Color information
#1B3F57 (or 0x1B3F57) is known color: Regal Blue. HEX triplet: 1B, 3F and 57. RGB value is (27,63,87). Sum of RGB (Red+Green+Blue) = 27+63+87=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B3F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3F57 is #E4C0A8. Grayscale: #363636. Windows color (decimal): -14991529 or 5717787. OLE color: 5717787.
HSL color Cylindrical-coordinate representation of color #1B3F57: hue angle of 204º degrees, saturation: 0.53, 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 #1B3F57 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 63 | 87 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.66 |
| HSL | 204º | 0.53% | 0.22% | - |
| HSV(B) | 204º | 0.69% | 0.34% | - |
| XYZ | 3.95 | 4.48 | 9.67 | - |
| YUV | 54.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 87 | 0.69 | 0.28 | 0 | 0.66 | 204 | 0.53 | 0.22 |
| Hex | 1B | 3F | 57 | 45 | 1C | 0 | 42 | CC | 35 | 16 |
| Octal | 33 | 77 | 127 | 105 | 34 | 0 | 102 | 314 | 65 | 26 |
| Binary | 11011 | 111111 | 1010111 | 1000101 | 11100 | 0 | 1000010 | 11001100 | 110101 | 10110 |
Color Harmonies of #1B3F57
Complementary color
Monochromatic Colors of #1B3F57
Black with #1B3F57
Text Example
Text Example
White with #1B3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3F57; }
p { color: rgb(27,63,87); }
H1.HeaderClassName
{
color: #1B3F57;
}
.AnyTagClassName
{
color: #1B3F57;
}
</style>
background-color css
<style>
a { background-color: #1B3F57; }
a { background-color: rgb(27,63,87); }
div.DivClassName
{
background-color: #1B3F57;
}
.BgClassName
{
background-color: #1B3F57;
}
</style>
border-color css
<style>
span { border-color: #1B3F57; }
span { border-color: rgb(27,63,87); }
td.TdClassName
{
border-color: #1B3F57;
}
.TagClassName
{
border-color: #1B3F57;
}
</style>