Shades of Regal Blue #1A406D
Tints of Regal Blue #1A406D
RGB
CMYK
RGB Variations
Color information
#1A406D (or 0x1A406D) is known color: Regal Blue. HEX triplet: 1A, 40 and 6D. RGB value is (26,64,109). Sum of RGB (Red+Green+Blue) = 26+64+109=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A406D is #E5BF92. Grayscale: #393939. Windows color (decimal): -15056787 or 7159834. OLE color: 7159834.
HSL color Cylindrical-coordinate representation of color #1A406D: hue angle of 212.53º 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 #1A406D is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 64 | 109 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.57 |
| HSL | 212.53º | 0.61% | 0.26% | - |
| HSV(B) | 212.53º | 0.76% | 0.43% | - |
| XYZ | 5.02 | 4.99 | 15.17 | - |
| YUV | 57.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 109 | 0.76 | 0.41 | 0 | 0.57 | 212.53 | 0.61 | 0.26 |
| Hex | 1A | 40 | 6D | 4C | 29 | 0 | 39 | D5 | 3D | 1A |
| Octal | 32 | 100 | 155 | 114 | 51 | 0 | 71 | 325 | 75 | 32 |
| Binary | 11010 | 1000000 | 1101101 | 1001100 | 101001 | 0 | 111001 | 11010101 | 111101 | 11010 |
Color Harmonies of #1A406D
Complementary color
Monochromatic Colors of #1A406D
Black with #1A406D
Text Example
Text Example
White with #1A406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A406D; }
p { color: rgb(26,64,109); }
H1.HeaderClassName
{
color: #1A406D;
}
.AnyTagClassName
{
color: #1A406D;
}
</style>
background-color css
<style>
a { background-color: #1A406D; }
a { background-color: rgb(26,64,109); }
div.DivClassName
{
background-color: #1A406D;
}
.BgClassName
{
background-color: #1A406D;
}
</style>
border-color css
<style>
span { border-color: #1A406D; }
span { border-color: rgb(26,64,109); }
td.TdClassName
{
border-color: #1A406D;
}
.TagClassName
{
border-color: #1A406D;
}
</style>