Shades of Regal Blue #1C4363
Tints of Regal Blue #1C4363
RGB
CMYK
RGB Variations
Color information
#1C4363 (or 0x1C4363) is known color: Regal Blue. HEX triplet: 1C, 43 and 63. RGB value is (28,67,99). Sum of RGB (Red+Green+Blue) = 28+67+99=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4363 is #E3BC9C. Grayscale: #3A3A3A. Windows color (decimal): -14924957 or 6505244. OLE color: 6505244.
HSL color Cylindrical-coordinate representation of color #1C4363: hue angle of 207.04º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4363 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 67 | 99 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.61 |
| HSL | 207.04º | 0.56% | 0.25% | - |
| HSV(B) | 207.04º | 0.72% | 0.39% | - |
| XYZ | 4.74 | 5.16 | 12.55 | - |
| YUV | 58.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 99 | 0.72 | 0.32 | 0 | 0.61 | 207.04 | 0.56 | 0.25 |
| Hex | 1C | 43 | 63 | 48 | 20 | 0 | 3D | CF | 38 | 19 |
| Octal | 34 | 103 | 143 | 110 | 40 | 0 | 75 | 317 | 70 | 31 |
| Binary | 11100 | 1000011 | 1100011 | 1001000 | 100000 | 0 | 111101 | 11001111 | 111000 | 11001 |
Color Harmonies of #1C4363
Complementary color
Monochromatic Colors of #1C4363
Black with #1C4363
Text Example
Text Example
White with #1C4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4363; }
p { color: rgb(28,67,99); }
H1.HeaderClassName
{
color: #1C4363;
}
.AnyTagClassName
{
color: #1C4363;
}
</style>
background-color css
<style>
a { background-color: #1C4363; }
a { background-color: rgb(28,67,99); }
div.DivClassName
{
background-color: #1C4363;
}
.BgClassName
{
background-color: #1C4363;
}
</style>
border-color css
<style>
span { border-color: #1C4363; }
span { border-color: rgb(28,67,99); }
td.TdClassName
{
border-color: #1C4363;
}
.TagClassName
{
border-color: #1C4363;
}
</style>