Shades of Regal Blue #1C4261
Tints of Regal Blue #1C4261
RGB
CMYK
RGB Variations
Color information
#1C4261 (or 0x1C4261) is known color: Regal Blue. HEX triplet: 1C, 42 and 61. RGB value is (28,66,97). Sum of RGB (Red+Green+Blue) = 28+66+97=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4261 is #E3BD9E. Grayscale: #3A3A3A. Windows color (decimal): -14925215 or 6373916. OLE color: 6373916.
HSL color Cylindrical-coordinate representation of color #1C4261: hue angle of 206.96º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4261 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 66 | 97 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.62 |
| HSL | 206.96º | 0.55% | 0.25% | - |
| HSV(B) | 206.96º | 0.71% | 0.38% | - |
| XYZ | 4.58 | 5.01 | 12.03 | - |
| YUV | 58.17 | 149.91 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 97 | 0.71 | 0.32 | 0 | 0.62 | 206.96 | 0.55 | 0.25 |
| Hex | 1C | 42 | 61 | 47 | 20 | 0 | 3E | CF | 37 | 19 |
| Octal | 34 | 102 | 141 | 107 | 40 | 0 | 76 | 317 | 67 | 31 |
| Binary | 11100 | 1000010 | 1100001 | 1000111 | 100000 | 0 | 111110 | 11001111 | 110111 | 11001 |
Color Harmonies of #1C4261
Complementary color
Monochromatic Colors of #1C4261
Black with #1C4261
Text Example
Text Example
White with #1C4261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4261; }
p { color: rgb(28,66,97); }
H1.HeaderClassName
{
color: #1C4261;
}
.AnyTagClassName
{
color: #1C4261;
}
</style>
background-color css
<style>
a { background-color: #1C4261; }
a { background-color: rgb(28,66,97); }
div.DivClassName
{
background-color: #1C4261;
}
.BgClassName
{
background-color: #1C4261;
}
</style>
border-color css
<style>
span { border-color: #1C4261; }
span { border-color: rgb(28,66,97); }
td.TdClassName
{
border-color: #1C4261;
}
.TagClassName
{
border-color: #1C4261;
}
</style>