Shades of Regal Blue #1C426A
Tints of Regal Blue #1C426A
RGB
CMYK
RGB Variations
Color information
#1C426A (or 0x1C426A) is known color: Regal Blue. HEX triplet: 1C, 42 and 6A. RGB value is (28,66,106). Sum of RGB (Red+Green+Blue) = 28+66+106=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C426A is #E3BD95. Grayscale: #3B3B3B. Windows color (decimal): -14925206 or 6963740. OLE color: 6963740.
HSL color Cylindrical-coordinate representation of color #1C426A: hue angle of 210.77º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C426A is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 66 | 106 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.58 |
| HSL | 210.77º | 0.58% | 0.26% | - |
| HSV(B) | 210.77º | 0.74% | 0.42% | - |
| XYZ | 5.03 | 5.18 | 14.37 | - |
| YUV | 59.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 106 | 0.74 | 0.38 | 0 | 0.58 | 210.77 | 0.58 | 0.26 |
| Hex | 1C | 42 | 6A | 4A | 26 | 0 | 3A | D3 | 3A | 1A |
| Octal | 34 | 102 | 152 | 112 | 46 | 0 | 72 | 323 | 72 | 32 |
| Binary | 11100 | 1000010 | 1101010 | 1001010 | 100110 | 0 | 111010 | 11010011 | 111010 | 11010 |
Color Harmonies of #1C426A
Complementary color
Monochromatic Colors of #1C426A
Black with #1C426A
Text Example
Text Example
White with #1C426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C426A; }
p { color: rgb(28,66,106); }
H1.HeaderClassName
{
color: #1C426A;
}
.AnyTagClassName
{
color: #1C426A;
}
</style>
background-color css
<style>
a { background-color: #1C426A; }
a { background-color: rgb(28,66,106); }
div.DivClassName
{
background-color: #1C426A;
}
.BgClassName
{
background-color: #1C426A;
}
</style>
border-color css
<style>
span { border-color: #1C426A; }
span { border-color: rgb(28,66,106); }
td.TdClassName
{
border-color: #1C426A;
}
.TagClassName
{
border-color: #1C426A;
}
</style>