Shades of Regal Blue #1C4066
Tints of Regal Blue #1C4066
RGB
CMYK
RGB Variations
Color information
#1C4066 (or 0x1C4066) is known color: Regal Blue. HEX triplet: 1C, 40 and 66. RGB value is (28,64,102). Sum of RGB (Red+Green+Blue) = 28+64+102=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C4066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4066 is #E3BF99. Grayscale: #393939. Windows color (decimal): -14925722 or 6701084. OLE color: 6701084.
HSL color Cylindrical-coordinate representation of color #1C4066: hue angle of 210.81º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4066 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 64 | 102 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.6 |
| HSL | 210.81º | 0.57% | 0.25% | - |
| HSV(B) | 210.81º | 0.73% | 0.4% | - |
| XYZ | 4.71 | 4.87 | 13.26 | - |
| YUV | 57.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 102 | 0.73 | 0.37 | 0 | 0.6 | 210.81 | 0.57 | 0.25 |
| Hex | 1C | 40 | 66 | 49 | 25 | 0 | 3C | D3 | 39 | 19 |
| Octal | 34 | 100 | 146 | 111 | 45 | 0 | 74 | 323 | 71 | 31 |
| Binary | 11100 | 1000000 | 1100110 | 1001001 | 100101 | 0 | 111100 | 11010011 | 111001 | 11001 |
Color Harmonies of #1C4066
Complementary color
Monochromatic Colors of #1C4066
Black with #1C4066
Text Example
Text Example
White with #1C4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4066; }
p { color: rgb(28,64,102); }
H1.HeaderClassName
{
color: #1C4066;
}
.AnyTagClassName
{
color: #1C4066;
}
</style>
background-color css
<style>
a { background-color: #1C4066; }
a { background-color: rgb(28,64,102); }
div.DivClassName
{
background-color: #1C4066;
}
.BgClassName
{
background-color: #1C4066;
}
</style>
border-color css
<style>
span { border-color: #1C4066; }
span { border-color: rgb(28,64,102); }
td.TdClassName
{
border-color: #1C4066;
}
.TagClassName
{
border-color: #1C4066;
}
</style>