Shades of Regal Blue #1A3E58
Tints of Regal Blue #1A3E58
RGB
CMYK
RGB Variations
Color information
#1A3E58 (or 0x1A3E58) is known color: Regal Blue. HEX triplet: 1A, 3E and 58. RGB value is (26,62,88). Sum of RGB (Red+Green+Blue) = 26+62+88=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A3E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3E58 is #E5C1A7. Grayscale: #363636. Windows color (decimal): -15057320 or 5783066. OLE color: 5783066.
HSL color Cylindrical-coordinate representation of color #1A3E58: hue angle of 205.16º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A3E58 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 62 | 88 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.65 |
| HSL | 205.16º | 0.54% | 0.22% | - |
| HSV(B) | 205.16º | 0.7% | 0.35% | - |
| XYZ | 3.91 | 4.37 | 9.87 | - |
| YUV | 54.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 88 | 0.70 | 0.30 | 0 | 0.65 | 205.16 | 0.54 | 0.22 |
| Hex | 1A | 3E | 58 | 46 | 1E | 0 | 41 | CD | 36 | 16 |
| Octal | 32 | 76 | 130 | 106 | 36 | 0 | 101 | 315 | 66 | 26 |
| Binary | 11010 | 111110 | 1011000 | 1000110 | 11110 | 0 | 1000001 | 11001101 | 110110 | 10110 |
Color Harmonies of #1A3E58
Complementary color
Monochromatic Colors of #1A3E58
Black with #1A3E58
Text Example
Text Example
White with #1A3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E58; }
p { color: rgb(26,62,88); }
H1.HeaderClassName
{
color: #1A3E58;
}
.AnyTagClassName
{
color: #1A3E58;
}
</style>
background-color css
<style>
a { background-color: #1A3E58; }
a { background-color: rgb(26,62,88); }
div.DivClassName
{
background-color: #1A3E58;
}
.BgClassName
{
background-color: #1A3E58;
}
</style>
border-color css
<style>
span { border-color: #1A3E58; }
span { border-color: rgb(26,62,88); }
td.TdClassName
{
border-color: #1A3E58;
}
.TagClassName
{
border-color: #1A3E58;
}
</style>