Shades of Regal Blue #1A3851
Tints of Regal Blue #1A3851
RGB
CMYK
RGB Variations
Color information
#1A3851 (or 0x1A3851) is known color: Regal Blue. HEX triplet: 1A, 38 and 51. RGB value is (26,56,81). Sum of RGB (Red+Green+Blue) = 26+56+81=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A3851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3851 is #E5C7AE. Grayscale: #313131. Windows color (decimal): -15058863 or 5322778. OLE color: 5322778.
HSL color Cylindrical-coordinate representation of color #1A3851: hue angle of 207.27º 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 #1A3851 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 56 | 81 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.68 |
| HSL | 207.27º | 0.51% | 0.21% | - |
| HSV(B) | 207.27º | 0.68% | 0.32% | - |
| XYZ | 3.33 | 3.64 | 8.31 | - |
| YUV | 49.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 81 | 0.68 | 0.31 | 0 | 0.68 | 207.27 | 0.51 | 0.21 |
| Hex | 1A | 38 | 51 | 44 | 1F | 0 | 44 | CF | 33 | 15 |
| Octal | 32 | 70 | 121 | 104 | 37 | 0 | 104 | 317 | 63 | 25 |
| Binary | 11010 | 111000 | 1010001 | 1000100 | 11111 | 0 | 1000100 | 11001111 | 110011 | 10101 |
Color Harmonies of #1A3851
Complementary color
Monochromatic Colors of #1A3851
Black with #1A3851
Text Example
Text Example
White with #1A3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3851; }
p { color: rgb(26,56,81); }
H1.HeaderClassName
{
color: #1A3851;
}
.AnyTagClassName
{
color: #1A3851;
}
</style>
background-color css
<style>
a { background-color: #1A3851; }
a { background-color: rgb(26,56,81); }
div.DivClassName
{
background-color: #1A3851;
}
.BgClassName
{
background-color: #1A3851;
}
</style>
border-color css
<style>
span { border-color: #1A3851; }
span { border-color: rgb(26,56,81); }
td.TdClassName
{
border-color: #1A3851;
}
.TagClassName
{
border-color: #1A3851;
}
</style>