Shades of Regal Blue #1C3E56
Tints of Regal Blue #1C3E56
RGB
CMYK
RGB Variations
Color information
#1C3E56 (or 0x1C3E56) is known color: Regal Blue. HEX triplet: 1C, 3E and 56. RGB value is (28,62,86). Sum of RGB (Red+Green+Blue) = 28+62+86=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C3E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3E56 is #E3C1A9. Grayscale: #363636. Windows color (decimal): -14926250 or 5651996. OLE color: 5651996.
HSL color Cylindrical-coordinate representation of color #1C3E56: hue angle of 204.83º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3E56 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 62 | 86 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.66 |
| HSL | 204.83º | 0.51% | 0.22% | - |
| HSV(B) | 204.83º | 0.67% | 0.34% | - |
| XYZ | 3.88 | 4.36 | 9.44 | - |
| YUV | 54.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 86 | 0.67 | 0.28 | 0 | 0.66 | 204.83 | 0.51 | 0.22 |
| Hex | 1C | 3E | 56 | 43 | 1C | 0 | 42 | CD | 33 | 16 |
| Octal | 34 | 76 | 126 | 103 | 34 | 0 | 102 | 315 | 63 | 26 |
| Binary | 11100 | 111110 | 1010110 | 1000011 | 11100 | 0 | 1000010 | 11001101 | 110011 | 10110 |
Color Harmonies of #1C3E56
Complementary color
Monochromatic Colors of #1C3E56
Black with #1C3E56
Text Example
Text Example
White with #1C3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3E56; }
p { color: rgb(28,62,86); }
H1.HeaderClassName
{
color: #1C3E56;
}
.AnyTagClassName
{
color: #1C3E56;
}
</style>
background-color css
<style>
a { background-color: #1C3E56; }
a { background-color: rgb(28,62,86); }
div.DivClassName
{
background-color: #1C3E56;
}
.BgClassName
{
background-color: #1C3E56;
}
</style>
border-color css
<style>
span { border-color: #1C3E56; }
span { border-color: rgb(28,62,86); }
td.TdClassName
{
border-color: #1C3E56;
}
.TagClassName
{
border-color: #1C3E56;
}
</style>