Shades of Regal Blue #1A4059
Tints of Regal Blue #1A4059
RGB
CMYK
RGB Variations
Color information
#1A4059 (or 0x1A4059) is known color: Regal Blue. HEX triplet: 1A, 40 and 59. RGB value is (26,64,89). Sum of RGB (Red+Green+Blue) = 26+64+89=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4059 is #E5BFA6. Grayscale: #373737. Windows color (decimal): -15056807 or 5849114. OLE color: 5849114.
HSL color Cylindrical-coordinate representation of color #1A4059: hue angle of 203.81º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4059 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 64 | 89 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.65 |
| HSL | 203.81º | 0.55% | 0.23% | - |
| HSV(B) | 203.81º | 0.71% | 0.35% | - |
| XYZ | 4.06 | 4.61 | 10.13 | - |
| YUV | 55.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 89 | 0.71 | 0.28 | 0 | 0.65 | 203.81 | 0.55 | 0.23 |
| Hex | 1A | 40 | 59 | 47 | 1C | 0 | 41 | CC | 37 | 17 |
| Octal | 32 | 100 | 131 | 107 | 34 | 0 | 101 | 314 | 67 | 27 |
| Binary | 11010 | 1000000 | 1011001 | 1000111 | 11100 | 0 | 1000001 | 11001100 | 110111 | 10111 |
Color Harmonies of #1A4059
Complementary color
Monochromatic Colors of #1A4059
Black with #1A4059
Text Example
Text Example
White with #1A4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4059; }
p { color: rgb(26,64,89); }
H1.HeaderClassName
{
color: #1A4059;
}
.AnyTagClassName
{
color: #1A4059;
}
</style>
background-color css
<style>
a { background-color: #1A4059; }
a { background-color: rgb(26,64,89); }
div.DivClassName
{
background-color: #1A4059;
}
.BgClassName
{
background-color: #1A4059;
}
</style>
border-color css
<style>
span { border-color: #1A4059; }
span { border-color: rgb(26,64,89); }
td.TdClassName
{
border-color: #1A4059;
}
.TagClassName
{
border-color: #1A4059;
}
</style>