Shades of Regal Blue #1A426D
Tints of Regal Blue #1A426D
RGB
CMYK
RGB Variations
Color information
#1A426D (or 0x1A426D) is known color: Regal Blue. HEX triplet: 1A, 42 and 6D. RGB value is (26,66,109). Sum of RGB (Red+Green+Blue) = 26+66+109=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A426D is #E5BD92. Grayscale: #3A3A3A. Windows color (decimal): -15056275 or 7160346. OLE color: 7160346.
HSL color Cylindrical-coordinate representation of color #1A426D: hue angle of 211.08º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A426D is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 66 | 109 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.57 |
| HSL | 211.08º | 0.61% | 0.26% | - |
| HSV(B) | 211.08º | 0.76% | 0.43% | - |
| XYZ | 5.13 | 5.22 | 15.2 | - |
| YUV | 58.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 109 | 0.76 | 0.39 | 0 | 0.57 | 211.08 | 0.61 | 0.26 |
| Hex | 1A | 42 | 6D | 4C | 27 | 0 | 39 | D3 | 3D | 1A |
| Octal | 32 | 102 | 155 | 114 | 47 | 0 | 71 | 323 | 75 | 32 |
| Binary | 11010 | 1000010 | 1101101 | 1001100 | 100111 | 0 | 111001 | 11010011 | 111101 | 11010 |
Color Harmonies of #1A426D
Complementary color
Monochromatic Colors of #1A426D
Black with #1A426D
Text Example
Text Example
White with #1A426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A426D; }
p { color: rgb(26,66,109); }
H1.HeaderClassName
{
color: #1A426D;
}
.AnyTagClassName
{
color: #1A426D;
}
</style>
background-color css
<style>
a { background-color: #1A426D; }
a { background-color: rgb(26,66,109); }
div.DivClassName
{
background-color: #1A426D;
}
.BgClassName
{
background-color: #1A426D;
}
</style>
border-color css
<style>
span { border-color: #1A426D; }
span { border-color: rgb(26,66,109); }
td.TdClassName
{
border-color: #1A426D;
}
.TagClassName
{
border-color: #1A426D;
}
</style>