Shades of Regal Blue #1A3550
Tints of Regal Blue #1A3550
RGB
CMYK
RGB Variations
Color information
#1A3550 (or 0x1A3550) is known color: Regal Blue. HEX triplet: 1A, 35 and 50. RGB value is (26,53,80). Sum of RGB (Red+Green+Blue) = 26+53+80=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3550 is #E5CAAF. Grayscale: #2F2F2F. Windows color (decimal): -15059632 or 5256474. OLE color: 5256474.
HSL color Cylindrical-coordinate representation of color #1A3550: hue angle of 210º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3550 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 53 | 80 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.69 |
| HSL | 210º | 0.51% | 0.21% | - |
| HSV(B) | 210º | 0.68% | 0.31% | - |
| XYZ | 3.15 | 3.35 | 8.07 | - |
| YUV | 48.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 80 | 0.67 | 0.34 | 0 | 0.69 | 210 | 0.51 | 0.21 |
| Hex | 1A | 35 | 50 | 43 | 22 | 0 | 45 | D2 | 33 | 15 |
| Octal | 32 | 65 | 120 | 103 | 42 | 0 | 105 | 322 | 63 | 25 |
| Binary | 11010 | 110101 | 1010000 | 1000011 | 100010 | 0 | 1000101 | 11010010 | 110011 | 10101 |
Color Harmonies of #1A3550
Complementary color
Monochromatic Colors of #1A3550
Black with #1A3550
Text Example
Text Example
White with #1A3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3550; }
p { color: rgb(26,53,80); }
H1.HeaderClassName
{
color: #1A3550;
}
.AnyTagClassName
{
color: #1A3550;
}
</style>
background-color css
<style>
a { background-color: #1A3550; }
a { background-color: rgb(26,53,80); }
div.DivClassName
{
background-color: #1A3550;
}
.BgClassName
{
background-color: #1A3550;
}
</style>
border-color css
<style>
span { border-color: #1A3550; }
span { border-color: rgb(26,53,80); }
td.TdClassName
{
border-color: #1A3550;
}
.TagClassName
{
border-color: #1A3550;
}
</style>