Shades of Regal Blue #1A4163
Tints of Regal Blue #1A4163
RGB
CMYK
RGB Variations
Color information
#1A4163 (or 0x1A4163) is known color: Regal Blue. HEX triplet: 1A, 41 and 63. RGB value is (26,65,99). Sum of RGB (Red+Green+Blue) = 26+65+99=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4163 is #E5BE9C. Grayscale: #393939. Windows color (decimal): -15056541 or 6504730. OLE color: 6504730.
HSL color Cylindrical-coordinate representation of color #1A4163: hue angle of 207.95º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4163 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 65 | 99 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.61 |
| HSL | 207.95º | 0.58% | 0.25% | - |
| HSV(B) | 207.95º | 0.74% | 0.39% | - |
| XYZ | 4.57 | 4.9 | 12.51 | - |
| YUV | 57.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 99 | 0.74 | 0.34 | 0 | 0.61 | 207.95 | 0.58 | 0.25 |
| Hex | 1A | 41 | 63 | 4A | 22 | 0 | 3D | D0 | 3A | 19 |
| Octal | 32 | 101 | 143 | 112 | 42 | 0 | 75 | 320 | 72 | 31 |
| Binary | 11010 | 1000001 | 1100011 | 1001010 | 100010 | 0 | 111101 | 11010000 | 111010 | 11001 |
Color Harmonies of #1A4163
Complementary color
Monochromatic Colors of #1A4163
Black with #1A4163
Text Example
Text Example
White with #1A4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4163; }
p { color: rgb(26,65,99); }
H1.HeaderClassName
{
color: #1A4163;
}
.AnyTagClassName
{
color: #1A4163;
}
</style>
background-color css
<style>
a { background-color: #1A4163; }
a { background-color: rgb(26,65,99); }
div.DivClassName
{
background-color: #1A4163;
}
.BgClassName
{
background-color: #1A4163;
}
</style>
border-color css
<style>
span { border-color: #1A4163; }
span { border-color: rgb(26,65,99); }
td.TdClassName
{
border-color: #1A4163;
}
.TagClassName
{
border-color: #1A4163;
}
</style>