Shades of Regal Blue #1C4465
Tints of Regal Blue #1C4465
RGB
CMYK
RGB Variations
Color information
#1C4465 (or 0x1C4465) is known color: Regal Blue. HEX triplet: 1C, 44 and 65. RGB value is (28,68,101). Sum of RGB (Red+Green+Blue) = 28+68+101=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C4465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4465 is #E3BB9A. Grayscale: #3B3B3B. Windows color (decimal): -14924699 or 6636572. OLE color: 6636572.
HSL color Cylindrical-coordinate representation of color #1C4465: hue angle of 207.12º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4465 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 68 | 101 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.60 |
| HSL | 207.12º | 0.57% | 0.25% | - |
| HSV(B) | 207.12º | 0.72% | 0.4% | - |
| XYZ | 4.89 | 5.32 | 13.08 | - |
| YUV | 59.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 68 | 101 | 0.72 | 0.33 | 0 | 0.60 | 207.12 | 0.57 | 0.25 |
| Hex | 1C | 44 | 65 | 48 | 21 | 0 | 3C | CF | 39 | 19 |
| Octal | 34 | 104 | 145 | 110 | 41 | 0 | 74 | 317 | 71 | 31 |
| Binary | 11100 | 1000100 | 1100101 | 1001000 | 100001 | 0 | 111100 | 11001111 | 111001 | 11001 |
Color Harmonies of #1C4465
Complementary color
Monochromatic Colors of #1C4465
Black with #1C4465
Text Example
Text Example
White with #1C4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4465; }
p { color: rgb(28,68,101); }
H1.HeaderClassName
{
color: #1C4465;
}
.AnyTagClassName
{
color: #1C4465;
}
</style>
background-color css
<style>
a { background-color: #1C4465; }
a { background-color: rgb(28,68,101); }
div.DivClassName
{
background-color: #1C4465;
}
.BgClassName
{
background-color: #1C4465;
}
</style>
border-color css
<style>
span { border-color: #1C4465; }
span { border-color: rgb(28,68,101); }
td.TdClassName
{
border-color: #1C4465;
}
.TagClassName
{
border-color: #1C4465;
}
</style>