Shades of Regal Blue #1C4168
Tints of Regal Blue #1C4168
RGB
CMYK
RGB Variations
Color information
#1C4168 (or 0x1C4168) is known color: Regal Blue. HEX triplet: 1C, 41 and 68. RGB value is (28,65,104). Sum of RGB (Red+Green+Blue) = 28+65+104=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4168 is #E3BE97. Grayscale: #3A3A3A. Windows color (decimal): -14925464 or 6832412. OLE color: 6832412.
HSL color Cylindrical-coordinate representation of color #1C4168: hue angle of 210.79º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4168 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 65 | 104 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.59 |
| HSL | 210.79º | 0.58% | 0.26% | - |
| HSV(B) | 210.79º | 0.73% | 0.41% | - |
| XYZ | 4.87 | 5.03 | 13.81 | - |
| YUV | 58.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 104 | 0.73 | 0.38 | 0 | 0.59 | 210.79 | 0.58 | 0.26 |
| Hex | 1C | 41 | 68 | 49 | 26 | 0 | 3B | D3 | 3A | 1A |
| Octal | 34 | 101 | 150 | 111 | 46 | 0 | 73 | 323 | 72 | 32 |
| Binary | 11100 | 1000001 | 1101000 | 1001001 | 100110 | 0 | 111011 | 11010011 | 111010 | 11010 |
Color Harmonies of #1C4168
Complementary color
Monochromatic Colors of #1C4168
Black with #1C4168
Text Example
Text Example
White with #1C4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4168; }
p { color: rgb(28,65,104); }
H1.HeaderClassName
{
color: #1C4168;
}
.AnyTagClassName
{
color: #1C4168;
}
</style>
background-color css
<style>
a { background-color: #1C4168; }
a { background-color: rgb(28,65,104); }
div.DivClassName
{
background-color: #1C4168;
}
.BgClassName
{
background-color: #1C4168;
}
</style>
border-color css
<style>
span { border-color: #1C4168; }
span { border-color: rgb(28,65,104); }
td.TdClassName
{
border-color: #1C4168;
}
.TagClassName
{
border-color: #1C4168;
}
</style>