Shades of Regal Blue #1C3950
Tints of Regal Blue #1C3950
RGB
CMYK
RGB Variations
Color information
#1C3950 (or 0x1C3950) is known color: Regal Blue. HEX triplet: 1C, 39 and 50. RGB value is (28,57,80). Sum of RGB (Red+Green+Blue) = 28+57+80=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3950 is #E3C6AF. Grayscale: #323232. Windows color (decimal): -14927536 or 5257500. OLE color: 5257500.
HSL color Cylindrical-coordinate representation of color #1C3950: hue angle of 206.54º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3950 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 57 | 80 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.69 |
| HSL | 206.54º | 0.48% | 0.21% | - |
| HSV(B) | 206.54º | 0.65% | 0.31% | - |
| XYZ | 3.39 | 3.75 | 8.14 | - |
| YUV | 50.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 80 | 0.65 | 0.29 | 0 | 0.69 | 206.54 | 0.48 | 0.21 |
| Hex | 1C | 39 | 50 | 41 | 1D | 0 | 45 | CF | 30 | 15 |
| Octal | 34 | 71 | 120 | 101 | 35 | 0 | 105 | 317 | 60 | 25 |
| Binary | 11100 | 111001 | 1010000 | 1000001 | 11101 | 0 | 1000101 | 11001111 | 110000 | 10101 |
Color Harmonies of #1C3950
Complementary color
Monochromatic Colors of #1C3950
Black with #1C3950
Text Example
Text Example
White with #1C3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3950; }
p { color: rgb(28,57,80); }
H1.HeaderClassName
{
color: #1C3950;
}
.AnyTagClassName
{
color: #1C3950;
}
</style>
background-color css
<style>
a { background-color: #1C3950; }
a { background-color: rgb(28,57,80); }
div.DivClassName
{
background-color: #1C3950;
}
.BgClassName
{
background-color: #1C3950;
}
</style>
border-color css
<style>
span { border-color: #1C3950; }
span { border-color: rgb(28,57,80); }
td.TdClassName
{
border-color: #1C3950;
}
.TagClassName
{
border-color: #1C3950;
}
</style>