Shades of Regal Blue #1C3B5D
Tints of Regal Blue #1C3B5D
RGB
CMYK
RGB Variations
Color information
#1C3B5D (or 0x1C3B5D) is known color: Regal Blue. HEX triplet: 1C, 3B and 5D. RGB value is (28,59,93). Sum of RGB (Red+Green+Blue) = 28+59+93=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C3B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3B5D is #E3C4A2. Grayscale: #353535. Windows color (decimal): -14927011 or 6109980. OLE color: 6109980.
HSL color Cylindrical-coordinate representation of color #1C3B5D: hue angle of 211.38º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C3B5D is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 59 | 93 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.64 |
| HSL | 211.38º | 0.54% | 0.24% | - |
| HSV(B) | 211.38º | 0.7% | 0.36% | - |
| XYZ | 4.02 | 4.17 | 10.95 | - |
| YUV | 53.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 93 | 0.70 | 0.37 | 0 | 0.64 | 211.38 | 0.54 | 0.24 |
| Hex | 1C | 3B | 5D | 46 | 25 | 0 | 40 | D3 | 36 | 18 |
| Octal | 34 | 73 | 135 | 106 | 45 | 0 | 100 | 323 | 66 | 30 |
| Binary | 11100 | 111011 | 1011101 | 1000110 | 100101 | 0 | 1000000 | 11010011 | 110110 | 11000 |
Color Harmonies of #1C3B5D
Complementary color
Monochromatic Colors of #1C3B5D
Black with #1C3B5D
Text Example
Text Example
White with #1C3B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B5D; }
p { color: rgb(28,59,93); }
H1.HeaderClassName
{
color: #1C3B5D;
}
.AnyTagClassName
{
color: #1C3B5D;
}
</style>
background-color css
<style>
a { background-color: #1C3B5D; }
a { background-color: rgb(28,59,93); }
div.DivClassName
{
background-color: #1C3B5D;
}
.BgClassName
{
background-color: #1C3B5D;
}
</style>
border-color css
<style>
span { border-color: #1C3B5D; }
span { border-color: rgb(28,59,93); }
td.TdClassName
{
border-color: #1C3B5D;
}
.TagClassName
{
border-color: #1C3B5D;
}
</style>