Shades of Regal Blue #1A3F5F
Tints of Regal Blue #1A3F5F
RGB
CMYK
RGB Variations
Color information
#1A3F5F (or 0x1A3F5F) is known color: Regal Blue. HEX triplet: 1A, 3F and 5F. RGB value is (26,63,95). Sum of RGB (Red+Green+Blue) = 26+63+95=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A3F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3F5F is #E5C0A0. Grayscale: #373737. Windows color (decimal): -15057057 or 6242074. OLE color: 6242074.
HSL color Cylindrical-coordinate representation of color #1A3F5F: hue angle of 207.83º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3F5F is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 63 | 95 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.63 |
| HSL | 207.83º | 0.57% | 0.24% | - |
| HSV(B) | 207.83º | 0.73% | 0.37% | - |
| XYZ | 4.27 | 4.6 | 11.49 | - |
| YUV | 55.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 95 | 0.73 | 0.34 | 0 | 0.63 | 207.83 | 0.57 | 0.24 |
| Hex | 1A | 3F | 5F | 49 | 22 | 0 | 3F | D0 | 39 | 18 |
| Octal | 32 | 77 | 137 | 111 | 42 | 0 | 77 | 320 | 71 | 30 |
| Binary | 11010 | 111111 | 1011111 | 1001001 | 100010 | 0 | 111111 | 11010000 | 111001 | 11000 |
Color Harmonies of #1A3F5F
Complementary color
Monochromatic Colors of #1A3F5F
Black with #1A3F5F
Text Example
Text Example
White with #1A3F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3F5F; }
p { color: rgb(26,63,95); }
H1.HeaderClassName
{
color: #1A3F5F;
}
.AnyTagClassName
{
color: #1A3F5F;
}
</style>
background-color css
<style>
a { background-color: #1A3F5F; }
a { background-color: rgb(26,63,95); }
div.DivClassName
{
background-color: #1A3F5F;
}
.BgClassName
{
background-color: #1A3F5F;
}
</style>
border-color css
<style>
span { border-color: #1A3F5F; }
span { border-color: rgb(26,63,95); }
td.TdClassName
{
border-color: #1A3F5F;
}
.TagClassName
{
border-color: #1A3F5F;
}
</style>