Shades of Regal Blue #1C3D60
Tints of Regal Blue #1C3D60
RGB
CMYK
RGB Variations
Color information
#1C3D60 (or 0x1C3D60) is known color: Regal Blue. HEX triplet: 1C, 3D and 60. RGB value is (28,61,96). Sum of RGB (Red+Green+Blue) = 28+61+96=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C3D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D60 is #E3C29F. Grayscale: #363636. Windows color (decimal): -14926496 or 6307100. OLE color: 6307100.
HSL color Cylindrical-coordinate representation of color #1C3D60: hue angle of 210.88º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C3D60 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 61 | 96 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.62 |
| HSL | 210.88º | 0.55% | 0.24% | - |
| HSV(B) | 210.88º | 0.71% | 0.38% | - |
| XYZ | 4.26 | 4.43 | 11.7 | - |
| YUV | 55.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 61 | 96 | 0.71 | 0.36 | 0 | 0.62 | 210.88 | 0.55 | 0.24 |
| Hex | 1C | 3D | 60 | 47 | 24 | 0 | 3E | D3 | 37 | 18 |
| Octal | 34 | 75 | 140 | 107 | 44 | 0 | 76 | 323 | 67 | 30 |
| Binary | 11100 | 111101 | 1100000 | 1000111 | 100100 | 0 | 111110 | 11010011 | 110111 | 11000 |
Color Harmonies of #1C3D60
Complementary color
Monochromatic Colors of #1C3D60
Black with #1C3D60
Text Example
Text Example
White with #1C3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3D60; }
p { color: rgb(28,61,96); }
H1.HeaderClassName
{
color: #1C3D60;
}
.AnyTagClassName
{
color: #1C3D60;
}
</style>
background-color css
<style>
a { background-color: #1C3D60; }
a { background-color: rgb(28,61,96); }
div.DivClassName
{
background-color: #1C3D60;
}
.BgClassName
{
background-color: #1C3D60;
}
</style>
border-color css
<style>
span { border-color: #1C3D60; }
span { border-color: rgb(28,61,96); }
td.TdClassName
{
border-color: #1C3D60;
}
.TagClassName
{
border-color: #1C3D60;
}
</style>