Shades of Regal Blue #1C466B
Tints of Regal Blue #1C466B
RGB
CMYK
RGB Variations
Color information
#1C466B (or 0x1C466B) is known color: Regal Blue. HEX triplet: 1C, 46 and 6B. RGB value is (28,70,107). Sum of RGB (Red+Green+Blue) = 28+70+107=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C466B is #E3B994. Grayscale: #3D3D3D. Windows color (decimal): -14924181 or 7030300. OLE color: 7030300.
HSL color Cylindrical-coordinate representation of color #1C466B: hue angle of 208.1º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C466B is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 70 | 107 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.58 |
| HSL | 208.1º | 0.59% | 0.26% | - |
| HSV(B) | 208.1º | 0.74% | 0.42% | - |
| XYZ | 5.32 | 5.69 | 14.73 | - |
| YUV | 61.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 107 | 0.74 | 0.35 | 0 | 0.58 | 208.1 | 0.59 | 0.26 |
| Hex | 1C | 46 | 6B | 4A | 23 | 0 | 3A | D0 | 3B | 1A |
| Octal | 34 | 106 | 153 | 112 | 43 | 0 | 72 | 320 | 73 | 32 |
| Binary | 11100 | 1000110 | 1101011 | 1001010 | 100011 | 0 | 111010 | 11010000 | 111011 | 11010 |
Color Harmonies of #1C466B
Complementary color
Monochromatic Colors of #1C466B
Black with #1C466B
Text Example
Text Example
White with #1C466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C466B; }
p { color: rgb(28,70,107); }
H1.HeaderClassName
{
color: #1C466B;
}
.AnyTagClassName
{
color: #1C466B;
}
</style>
background-color css
<style>
a { background-color: #1C466B; }
a { background-color: rgb(28,70,107); }
div.DivClassName
{
background-color: #1C466B;
}
.BgClassName
{
background-color: #1C466B;
}
</style>
border-color css
<style>
span { border-color: #1C466B; }
span { border-color: rgb(28,70,107); }
td.TdClassName
{
border-color: #1C466B;
}
.TagClassName
{
border-color: #1C466B;
}
</style>