Shades of Regal Blue #1A4069
Tints of Regal Blue #1A4069
RGB
CMYK
RGB Variations
Color information
#1A4069 (or 0x1A4069) is known color: Regal Blue. HEX triplet: 1A, 40 and 69. RGB value is (26,64,105). Sum of RGB (Red+Green+Blue) = 26+64+105=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A4069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4069 is #E5BF96. Grayscale: #393939. Windows color (decimal): -15056791 or 6897690. OLE color: 6897690.
HSL color Cylindrical-coordinate representation of color #1A4069: hue angle of 211.14º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A4069 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 64 | 105 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.59 |
| HSL | 211.14º | 0.6% | 0.26% | - |
| HSV(B) | 211.14º | 0.75% | 0.41% | - |
| XYZ | 4.81 | 4.91 | 14.06 | - |
| YUV | 57.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 105 | 0.75 | 0.39 | 0 | 0.59 | 211.14 | 0.6 | 0.26 |
| Hex | 1A | 40 | 69 | 4B | 27 | 0 | 3B | D3 | 3C | 1A |
| Octal | 32 | 100 | 151 | 113 | 47 | 0 | 73 | 323 | 74 | 32 |
| Binary | 11010 | 1000000 | 1101001 | 1001011 | 100111 | 0 | 111011 | 11010011 | 111100 | 11010 |
Color Harmonies of #1A4069
Complementary color
Monochromatic Colors of #1A4069
Black with #1A4069
Text Example
Text Example
White with #1A4069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4069; }
p { color: rgb(26,64,105); }
H1.HeaderClassName
{
color: #1A4069;
}
.AnyTagClassName
{
color: #1A4069;
}
</style>
background-color css
<style>
a { background-color: #1A4069; }
a { background-color: rgb(26,64,105); }
div.DivClassName
{
background-color: #1A4069;
}
.BgClassName
{
background-color: #1A4069;
}
</style>
border-color css
<style>
span { border-color: #1A4069; }
span { border-color: rgb(26,64,105); }
td.TdClassName
{
border-color: #1A4069;
}
.TagClassName
{
border-color: #1A4069;
}
</style>