Shades of Regal Blue #1B3554
Tints of Regal Blue #1B3554
RGB
CMYK
RGB Variations
Color information
#1B3554 (or 0x1B3554) is known color: Regal Blue. HEX triplet: 1B, 35 and 54. RGB value is (27,53,84). Sum of RGB (Red+Green+Blue) = 27+53+84=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #1B3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3554 is #E4CAAB. Grayscale: #303030. Windows color (decimal): -14994092 or 5518619. OLE color: 5518619.
HSL color Cylindrical-coordinate representation of color #1B3554: hue angle of 212.63º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B3554 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 53 | 84 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.67 |
| HSL | 212.63º | 0.51% | 0.22% | - |
| HSV(B) | 212.63º | 0.68% | 0.33% | - |
| XYZ | 3.33 | 3.42 | 8.87 | - |
| YUV | 48.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 84 | 0.68 | 0.37 | 0 | 0.67 | 212.63 | 0.51 | 0.22 |
| Hex | 1B | 35 | 54 | 44 | 25 | 0 | 43 | D5 | 33 | 16 |
| Octal | 33 | 65 | 124 | 104 | 45 | 0 | 103 | 325 | 63 | 26 |
| Binary | 11011 | 110101 | 1010100 | 1000100 | 100101 | 0 | 1000011 | 11010101 | 110011 | 10110 |
Color Harmonies of #1B3554
Complementary color
Monochromatic Colors of #1B3554
Black with #1B3554
Text Example
Text Example
White with #1B3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3554; }
p { color: rgb(27,53,84); }
H1.HeaderClassName
{
color: #1B3554;
}
.AnyTagClassName
{
color: #1B3554;
}
</style>
background-color css
<style>
a { background-color: #1B3554; }
a { background-color: rgb(27,53,84); }
div.DivClassName
{
background-color: #1B3554;
}
.BgClassName
{
background-color: #1B3554;
}
</style>
border-color css
<style>
span { border-color: #1B3554; }
span { border-color: rgb(27,53,84); }
td.TdClassName
{
border-color: #1B3554;
}
.TagClassName
{
border-color: #1B3554;
}
</style>