Shades of Regal Blue #1C3B5A
Tints of Regal Blue #1C3B5A
RGB
CMYK
RGB Variations
Color information
#1C3B5A (or 0x1C3B5A) is known color: Regal Blue. HEX triplet: 1C, 3B and 5A. RGB value is (28,59,90). Sum of RGB (Red+Green+Blue) = 28+59+90=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C3B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3B5A is #E3C4A5. Grayscale: #353535. Windows color (decimal): -14927014 or 5913372. OLE color: 5913372.
HSL color Cylindrical-coordinate representation of color #1C3B5A: hue angle of 210º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C3B5A is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 59 | 90 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.65 |
| HSL | 210º | 0.53% | 0.23% | - |
| HSV(B) | 210º | 0.69% | 0.35% | - |
| XYZ | 3.89 | 4.11 | 10.26 | - |
| YUV | 53.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 90 | 0.69 | 0.34 | 0 | 0.65 | 210 | 0.53 | 0.23 |
| Hex | 1C | 3B | 5A | 45 | 22 | 0 | 41 | D2 | 35 | 17 |
| Octal | 34 | 73 | 132 | 105 | 42 | 0 | 101 | 322 | 65 | 27 |
| Binary | 11100 | 111011 | 1011010 | 1000101 | 100010 | 0 | 1000001 | 11010010 | 110101 | 10111 |
Color Harmonies of #1C3B5A
Complementary color
Monochromatic Colors of #1C3B5A
Black with #1C3B5A
Text Example
Text Example
White with #1C3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3B5A; }
p { color: rgb(28,59,90); }
H1.HeaderClassName
{
color: #1C3B5A;
}
.AnyTagClassName
{
color: #1C3B5A;
}
</style>
background-color css
<style>
a { background-color: #1C3B5A; }
a { background-color: rgb(28,59,90); }
div.DivClassName
{
background-color: #1C3B5A;
}
.BgClassName
{
background-color: #1C3B5A;
}
</style>
border-color css
<style>
span { border-color: #1C3B5A; }
span { border-color: rgb(28,59,90); }
td.TdClassName
{
border-color: #1C3B5A;
}
.TagClassName
{
border-color: #1C3B5A;
}
</style>