Shades of Regal Blue #1A4066
Tints of Regal Blue #1A4066
RGB
CMYK
RGB Variations
Color information
#1A4066 (or 0x1A4066) is known color: Regal Blue. HEX triplet: 1A, 40 and 66. RGB value is (26,64,102). Sum of RGB (Red+Green+Blue) = 26+64+102=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A4066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4066 is #E5BF99. Grayscale: #383838. Windows color (decimal): -15056794 or 6701082. OLE color: 6701082.
HSL color Cylindrical-coordinate representation of color #1A4066: hue angle of 210º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4066 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 64 | 102 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.6 |
| HSL | 210º | 0.59% | 0.25% | - |
| HSV(B) | 210º | 0.75% | 0.4% | - |
| XYZ | 4.66 | 4.85 | 13.26 | - |
| YUV | 56.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 102 | 0.75 | 0.37 | 0 | 0.6 | 210 | 0.59 | 0.25 |
| Hex | 1A | 40 | 66 | 4B | 25 | 0 | 3C | D2 | 3B | 19 |
| Octal | 32 | 100 | 146 | 113 | 45 | 0 | 74 | 322 | 73 | 31 |
| Binary | 11010 | 1000000 | 1100110 | 1001011 | 100101 | 0 | 111100 | 11010010 | 111011 | 11001 |
Color Harmonies of #1A4066
Complementary color
Monochromatic Colors of #1A4066
Black with #1A4066
Text Example
Text Example
White with #1A4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4066; }
p { color: rgb(26,64,102); }
H1.HeaderClassName
{
color: #1A4066;
}
.AnyTagClassName
{
color: #1A4066;
}
</style>
background-color css
<style>
a { background-color: #1A4066; }
a { background-color: rgb(26,64,102); }
div.DivClassName
{
background-color: #1A4066;
}
.BgClassName
{
background-color: #1A4066;
}
</style>
border-color css
<style>
span { border-color: #1A4066; }
span { border-color: rgb(26,64,102); }
td.TdClassName
{
border-color: #1A4066;
}
.TagClassName
{
border-color: #1A4066;
}
</style>