Shades of Regal Blue #1A3C51
Tints of Regal Blue #1A3C51
RGB
CMYK
RGB Variations
Color information
#1A3C51 (or 0x1A3C51) is known color: Regal Blue. HEX triplet: 1A, 3C and 51. RGB value is (26,60,81). Sum of RGB (Red+Green+Blue) = 26+60+81=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A3C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3C51 is #E5C3AE. Grayscale: #343434. Windows color (decimal): -15057839 or 5323802. OLE color: 5323802.
HSL color Cylindrical-coordinate representation of color #1A3C51: hue angle of 202.91º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3C51 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 60 | 81 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.68 |
| HSL | 202.91º | 0.51% | 0.21% | - |
| HSV(B) | 202.91º | 0.68% | 0.32% | - |
| XYZ | 3.53 | 4.05 | 8.38 | - |
| YUV | 52.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 81 | 0.68 | 0.26 | 0 | 0.68 | 202.91 | 0.51 | 0.21 |
| Hex | 1A | 3C | 51 | 44 | 1A | 0 | 44 | CB | 33 | 15 |
| Octal | 32 | 74 | 121 | 104 | 32 | 0 | 104 | 313 | 63 | 25 |
| Binary | 11010 | 111100 | 1010001 | 1000100 | 11010 | 0 | 1000100 | 11001011 | 110011 | 10101 |
Color Harmonies of #1A3C51
Complementary color
Monochromatic Colors of #1A3C51
Black with #1A3C51
Text Example
Text Example
White with #1A3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3C51; }
p { color: rgb(26,60,81); }
H1.HeaderClassName
{
color: #1A3C51;
}
.AnyTagClassName
{
color: #1A3C51;
}
</style>
background-color css
<style>
a { background-color: #1A3C51; }
a { background-color: rgb(26,60,81); }
div.DivClassName
{
background-color: #1A3C51;
}
.BgClassName
{
background-color: #1A3C51;
}
</style>
border-color css
<style>
span { border-color: #1A3C51; }
span { border-color: rgb(26,60,81); }
td.TdClassName
{
border-color: #1A3C51;
}
.TagClassName
{
border-color: #1A3C51;
}
</style>