Shades of Regal Blue #1C4268
Tints of Regal Blue #1C4268
RGB
CMYK
RGB Variations
Color information
#1C4268 (or 0x1C4268) is known color: Regal Blue. HEX triplet: 1C, 42 and 68. RGB value is (28,66,104). Sum of RGB (Red+Green+Blue) = 28+66+104=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C4268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4268 is #E3BD97. Grayscale: #3A3A3A. Windows color (decimal): -14925208 or 6832668. OLE color: 6832668.
HSL color Cylindrical-coordinate representation of color #1C4268: hue angle of 210º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4268 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 66 | 104 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.59 |
| HSL | 210º | 0.58% | 0.26% | - |
| HSV(B) | 210º | 0.73% | 0.41% | - |
| XYZ | 4.93 | 5.14 | 13.83 | - |
| YUV | 58.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 104 | 0.73 | 0.37 | 0 | 0.59 | 210 | 0.58 | 0.26 |
| Hex | 1C | 42 | 68 | 49 | 25 | 0 | 3B | D2 | 3A | 1A |
| Octal | 34 | 102 | 150 | 111 | 45 | 0 | 73 | 322 | 72 | 32 |
| Binary | 11100 | 1000010 | 1101000 | 1001001 | 100101 | 0 | 111011 | 11010010 | 111010 | 11010 |
Color Harmonies of #1C4268
Complementary color
Monochromatic Colors of #1C4268
Black with #1C4268
Text Example
Text Example
White with #1C4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4268; }
p { color: rgb(28,66,104); }
H1.HeaderClassName
{
color: #1C4268;
}
.AnyTagClassName
{
color: #1C4268;
}
</style>
background-color css
<style>
a { background-color: #1C4268; }
a { background-color: rgb(28,66,104); }
div.DivClassName
{
background-color: #1C4268;
}
.BgClassName
{
background-color: #1C4268;
}
</style>
border-color css
<style>
span { border-color: #1C4268; }
span { border-color: rgb(28,66,104); }
td.TdClassName
{
border-color: #1C4268;
}
.TagClassName
{
border-color: #1C4268;
}
</style>