Shades of Regal Blue #1A3350
Tints of Regal Blue #1A3350
RGB
CMYK
RGB Variations
Color information
#1A3350 (or 0x1A3350) is known color: Regal Blue. HEX triplet: 1A, 33 and 50. RGB value is (26,51,80). Sum of RGB (Red+Green+Blue) = 26+51+80=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3350 is #E5CCAF. Grayscale: #2E2E2E. Windows color (decimal): -15060144 or 5255962. OLE color: 5255962.
HSL color Cylindrical-coordinate representation of color #1A3350: hue angle of 212.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3350 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 51 | 80 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.69 |
| HSL | 212.22º | 0.51% | 0.21% | - |
| HSV(B) | 212.22º | 0.68% | 0.31% | - |
| XYZ | 3.06 | 3.17 | 8.04 | - |
| YUV | 46.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 80 | 0.67 | 0.36 | 0 | 0.69 | 212.22 | 0.51 | 0.21 |
| Hex | 1A | 33 | 50 | 43 | 24 | 0 | 45 | D4 | 33 | 15 |
| Octal | 32 | 63 | 120 | 103 | 44 | 0 | 105 | 324 | 63 | 25 |
| Binary | 11010 | 110011 | 1010000 | 1000011 | 100100 | 0 | 1000101 | 11010100 | 110011 | 10101 |
Color Harmonies of #1A3350
Complementary color
Monochromatic Colors of #1A3350
Black with #1A3350
Text Example
Text Example
White with #1A3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3350; }
p { color: rgb(26,51,80); }
H1.HeaderClassName
{
color: #1A3350;
}
.AnyTagClassName
{
color: #1A3350;
}
</style>
background-color css
<style>
a { background-color: #1A3350; }
a { background-color: rgb(26,51,80); }
div.DivClassName
{
background-color: #1A3350;
}
.BgClassName
{
background-color: #1A3350;
}
</style>
border-color css
<style>
span { border-color: #1A3350; }
span { border-color: rgb(26,51,80); }
td.TdClassName
{
border-color: #1A3350;
}
.TagClassName
{
border-color: #1A3350;
}
</style>