Shades of Regal Blue #1B3E58
Tints of Regal Blue #1B3E58
RGB
CMYK
RGB Variations
Color information
#1B3E58 (or 0x1B3E58) is known color: Regal Blue. HEX triplet: 1B, 3E and 58. RGB value is (27,62,88). Sum of RGB (Red+Green+Blue) = 27+62+88=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B3E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3E58 is #E4C1A7. Grayscale: #363636. Windows color (decimal): -14991784 or 5783067. OLE color: 5783067.
HSL color Cylindrical-coordinate representation of color #1B3E58: hue angle of 205.57º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B3E58 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 62 | 88 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.65 |
| HSL | 205.57º | 0.53% | 0.23% | - |
| HSV(B) | 205.57º | 0.69% | 0.35% | - |
| XYZ | 3.94 | 4.38 | 9.87 | - |
| YUV | 54.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 88 | 0.69 | 0.30 | 0 | 0.65 | 205.57 | 0.53 | 0.23 |
| Hex | 1B | 3E | 58 | 45 | 1E | 0 | 41 | CE | 35 | 17 |
| Octal | 33 | 76 | 130 | 105 | 36 | 0 | 101 | 316 | 65 | 27 |
| Binary | 11011 | 111110 | 1011000 | 1000101 | 11110 | 0 | 1000001 | 11001110 | 110101 | 10111 |
Color Harmonies of #1B3E58
Complementary color
Monochromatic Colors of #1B3E58
Black with #1B3E58
Text Example
Text Example
White with #1B3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3E58; }
p { color: rgb(27,62,88); }
H1.HeaderClassName
{
color: #1B3E58;
}
.AnyTagClassName
{
color: #1B3E58;
}
</style>
background-color css
<style>
a { background-color: #1B3E58; }
a { background-color: rgb(27,62,88); }
div.DivClassName
{
background-color: #1B3E58;
}
.BgClassName
{
background-color: #1B3E58;
}
</style>
border-color css
<style>
span { border-color: #1B3E58; }
span { border-color: rgb(27,62,88); }
td.TdClassName
{
border-color: #1B3E58;
}
.TagClassName
{
border-color: #1B3E58;
}
</style>