Shades of Regal Blue #1A3B51
Tints of Regal Blue #1A3B51
RGB
CMYK
RGB Variations
Color information
#1A3B51 (or 0x1A3B51) is known color: Regal Blue. HEX triplet: 1A, 3B and 51. RGB value is (26,59,81). Sum of RGB (Red+Green+Blue) = 26+59+81=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A3B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3B51 is #E5C4AE. Grayscale: #333333. Windows color (decimal): -15058095 or 5323546. OLE color: 5323546.
HSL color Cylindrical-coordinate representation of color #1A3B51: hue angle of 204º 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 #1A3B51 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 59 | 81 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.68 |
| HSL | 204º | 0.51% | 0.21% | - |
| HSV(B) | 204º | 0.68% | 0.32% | - |
| XYZ | 3.48 | 3.94 | 8.36 | - |
| YUV | 51.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 81 | 0.68 | 0.27 | 0 | 0.68 | 204 | 0.51 | 0.21 |
| Hex | 1A | 3B | 51 | 44 | 1B | 0 | 44 | CC | 33 | 15 |
| Octal | 32 | 73 | 121 | 104 | 33 | 0 | 104 | 314 | 63 | 25 |
| Binary | 11010 | 111011 | 1010001 | 1000100 | 11011 | 0 | 1000100 | 11001100 | 110011 | 10101 |
Color Harmonies of #1A3B51
Complementary color
Monochromatic Colors of #1A3B51
Black with #1A3B51
Text Example
Text Example
White with #1A3B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B51; }
p { color: rgb(26,59,81); }
H1.HeaderClassName
{
color: #1A3B51;
}
.AnyTagClassName
{
color: #1A3B51;
}
</style>
background-color css
<style>
a { background-color: #1A3B51; }
a { background-color: rgb(26,59,81); }
div.DivClassName
{
background-color: #1A3B51;
}
.BgClassName
{
background-color: #1A3B51;
}
</style>
border-color css
<style>
span { border-color: #1A3B51; }
span { border-color: rgb(26,59,81); }
td.TdClassName
{
border-color: #1A3B51;
}
.TagClassName
{
border-color: #1A3B51;
}
</style>