Shades of Regal Blue #1C3655
Tints of Regal Blue #1C3655
RGB
CMYK
RGB Variations
Color information
#1C3655 (or 0x1C3655) is known color: Regal Blue. HEX triplet: 1C, 36 and 55. RGB value is (28,54,85). Sum of RGB (Red+Green+Blue) = 28+54+85=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C3655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3655 is #E3C9AA. Grayscale: #313131. Windows color (decimal): -14928299 or 5584412. OLE color: 5584412.
HSL color Cylindrical-coordinate representation of color #1C3655: hue angle of 212.63º 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 #1C3655 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 54 | 85 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.67 |
| HSL | 212.63º | 0.5% | 0.22% | - |
| HSV(B) | 212.63º | 0.67% | 0.33% | - |
| XYZ | 3.44 | 3.54 | 9.1 | - |
| YUV | 49.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 85 | 0.67 | 0.36 | 0 | 0.67 | 212.63 | 0.5 | 0.22 |
| Hex | 1C | 36 | 55 | 43 | 24 | 0 | 43 | D5 | 32 | 16 |
| Octal | 34 | 66 | 125 | 103 | 44 | 0 | 103 | 325 | 62 | 26 |
| Binary | 11100 | 110110 | 1010101 | 1000011 | 100100 | 0 | 1000011 | 11010101 | 110010 | 10110 |
Color Harmonies of #1C3655
Complementary color
Monochromatic Colors of #1C3655
Black with #1C3655
Text Example
Text Example
White with #1C3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3655; }
p { color: rgb(28,54,85); }
H1.HeaderClassName
{
color: #1C3655;
}
.AnyTagClassName
{
color: #1C3655;
}
</style>
background-color css
<style>
a { background-color: #1C3655; }
a { background-color: rgb(28,54,85); }
div.DivClassName
{
background-color: #1C3655;
}
.BgClassName
{
background-color: #1C3655;
}
</style>
border-color css
<style>
span { border-color: #1C3655; }
span { border-color: rgb(28,54,85); }
td.TdClassName
{
border-color: #1C3655;
}
.TagClassName
{
border-color: #1C3655;
}
</style>