Shades of Regal Blue #1C466C
Tints of Regal Blue #1C466C
RGB
CMYK
RGB Variations
Color information
#1C466C (or 0x1C466C) is known color: Regal Blue. HEX triplet: 1C, 46 and 6C. RGB value is (28,70,108). Sum of RGB (Red+Green+Blue) = 28+70+108=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C466C is #E3B993. Grayscale: #3D3D3D. Windows color (decimal): -14924180 or 7095836. OLE color: 7095836.
HSL color Cylindrical-coordinate representation of color #1C466C: hue angle of 208.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C466C is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 70 | 108 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.58 |
| HSL | 208.5º | 0.59% | 0.27% | - |
| HSV(B) | 208.5º | 0.74% | 0.42% | - |
| XYZ | 5.38 | 5.71 | 15.01 | - |
| YUV | 61.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 108 | 0.74 | 0.35 | 0 | 0.58 | 208.5 | 0.59 | 0.27 |
| Hex | 1C | 46 | 6C | 4A | 23 | 0 | 3A | D0 | 3B | 1B |
| Octal | 34 | 106 | 154 | 112 | 43 | 0 | 72 | 320 | 73 | 33 |
| Binary | 11100 | 1000110 | 1101100 | 1001010 | 100011 | 0 | 111010 | 11010000 | 111011 | 11011 |
Color Harmonies of #1C466C
Complementary color
Monochromatic Colors of #1C466C
Black with #1C466C
Text Example
Text Example
White with #1C466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C466C; }
p { color: rgb(28,70,108); }
H1.HeaderClassName
{
color: #1C466C;
}
.AnyTagClassName
{
color: #1C466C;
}
</style>
background-color css
<style>
a { background-color: #1C466C; }
a { background-color: rgb(28,70,108); }
div.DivClassName
{
background-color: #1C466C;
}
.BgClassName
{
background-color: #1C466C;
}
</style>
border-color css
<style>
span { border-color: #1C466C; }
span { border-color: rgb(28,70,108); }
td.TdClassName
{
border-color: #1C466C;
}
.TagClassName
{
border-color: #1C466C;
}
</style>