Shades of Regal Blue #1C415F
Tints of Regal Blue #1C415F
RGB
CMYK
RGB Variations
Color information
#1C415F (or 0x1C415F) is known color: Regal Blue. HEX triplet: 1C, 41 and 5F. RGB value is (28,65,95). Sum of RGB (Red+Green+Blue) = 28+65+95=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C415F is #E3BEA0. Grayscale: #393939. Windows color (decimal): -14925473 or 6242588. OLE color: 6242588.
HSL color Cylindrical-coordinate representation of color #1C415F: hue angle of 206.87º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C415F is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 28 | 65 | 95 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.63 |
| HSL | 206.87º | 0.54% | 0.24% | - |
| HSV(B) | 206.87º | 0.71% | 0.37% | - |
| XYZ | 4.43 | 4.85 | 11.53 | - |
| YUV | 57.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 95 | 0.71 | 0.32 | 0 | 0.63 | 206.87 | 0.54 | 0.24 |
| Hex | 1C | 41 | 5F | 47 | 20 | 0 | 3F | CF | 36 | 18 |
| Octal | 34 | 101 | 137 | 107 | 40 | 0 | 77 | 317 | 66 | 30 |
| Binary | 11100 | 1000001 | 1011111 | 1000111 | 100000 | 0 | 111111 | 11001111 | 110110 | 11000 |
Color Harmonies of #1C415F
Complementary color
Monochromatic Colors of #1C415F
Black with #1C415F
Text Example
Text Example
White with #1C415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C415F; }
p { color: rgb(28,65,95); }
H1.HeaderClassName
{
color: #1C415F;
}
.AnyTagClassName
{
color: #1C415F;
}
</style>
background-color css
<style>
a { background-color: #1C415F; }
a { background-color: rgb(28,65,95); }
div.DivClassName
{
background-color: #1C415F;
}
.BgClassName
{
background-color: #1C415F;
}
</style>
border-color css
<style>
span { border-color: #1C415F; }
span { border-color: rgb(28,65,95); }
td.TdClassName
{
border-color: #1C415F;
}
.TagClassName
{
border-color: #1C415F;
}
</style>