Shades of Regal Blue #1C3554
Tints of Regal Blue #1C3554
RGB
CMYK
RGB Variations
Color information
#1C3554 (or 0x1C3554) is known color: Regal Blue. HEX triplet: 1C, 35 and 54. RGB value is (28,53,84). Sum of RGB (Red+Green+Blue) = 28+53+84=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3554 is #E3CAAB. Grayscale: #303030. Windows color (decimal): -14928556 or 5518620. OLE color: 5518620.
HSL color Cylindrical-coordinate representation of color #1C3554: hue angle of 213.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3554 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 53 | 84 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.67 |
| HSL | 213.21º | 0.5% | 0.22% | - |
| HSV(B) | 213.21º | 0.67% | 0.33% | - |
| XYZ | 3.35 | 3.43 | 8.87 | - |
| YUV | 49.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 84 | 0.67 | 0.37 | 0 | 0.67 | 213.21 | 0.5 | 0.22 |
| Hex | 1C | 35 | 54 | 43 | 25 | 0 | 43 | D5 | 32 | 16 |
| Octal | 34 | 65 | 124 | 103 | 45 | 0 | 103 | 325 | 62 | 26 |
| Binary | 11100 | 110101 | 1010100 | 1000011 | 100101 | 0 | 1000011 | 11010101 | 110010 | 10110 |
Color Harmonies of #1C3554
Complementary color
Monochromatic Colors of #1C3554
Black with #1C3554
Text Example
Text Example
White with #1C3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3554; }
p { color: rgb(28,53,84); }
H1.HeaderClassName
{
color: #1C3554;
}
.AnyTagClassName
{
color: #1C3554;
}
</style>
background-color css
<style>
a { background-color: #1C3554; }
a { background-color: rgb(28,53,84); }
div.DivClassName
{
background-color: #1C3554;
}
.BgClassName
{
background-color: #1C3554;
}
</style>
border-color css
<style>
span { border-color: #1C3554; }
span { border-color: rgb(28,53,84); }
td.TdClassName
{
border-color: #1C3554;
}
.TagClassName
{
border-color: #1C3554;
}
</style>