Shades of Regal Blue #1A3B58
Tints of Regal Blue #1A3B58
RGB
CMYK
RGB Variations
Color information
#1A3B58 (or 0x1A3B58) is known color: Regal Blue. HEX triplet: 1A, 3B and 58. RGB value is (26,59,88). Sum of RGB (Red+Green+Blue) = 26+59+88=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A3B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3B58 is #E5C4A7. Grayscale: #343434. Windows color (decimal): -15058088 or 5782298. OLE color: 5782298.
HSL color Cylindrical-coordinate representation of color #1A3B58: hue angle of 208.06º 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 #1A3B58 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 59 | 88 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.65 |
| HSL | 208.06º | 0.54% | 0.22% | - |
| HSV(B) | 208.06º | 0.7% | 0.35% | - |
| XYZ | 3.75 | 4.05 | 9.82 | - |
| YUV | 52.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 88 | 0.70 | 0.33 | 0 | 0.65 | 208.06 | 0.54 | 0.22 |
| Hex | 1A | 3B | 58 | 46 | 21 | 0 | 41 | D0 | 36 | 16 |
| Octal | 32 | 73 | 130 | 106 | 41 | 0 | 101 | 320 | 66 | 26 |
| Binary | 11010 | 111011 | 1011000 | 1000110 | 100001 | 0 | 1000001 | 11010000 | 110110 | 10110 |
Color Harmonies of #1A3B58
Complementary color
Monochromatic Colors of #1A3B58
Black with #1A3B58
Text Example
Text Example
White with #1A3B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B58; }
p { color: rgb(26,59,88); }
H1.HeaderClassName
{
color: #1A3B58;
}
.AnyTagClassName
{
color: #1A3B58;
}
</style>
background-color css
<style>
a { background-color: #1A3B58; }
a { background-color: rgb(26,59,88); }
div.DivClassName
{
background-color: #1A3B58;
}
.BgClassName
{
background-color: #1A3B58;
}
</style>
border-color css
<style>
span { border-color: #1A3B58; }
span { border-color: rgb(26,59,88); }
td.TdClassName
{
border-color: #1A3B58;
}
.TagClassName
{
border-color: #1A3B58;
}
</style>