Shades of Regal Blue #1A4363
Tints of Regal Blue #1A4363
RGB
CMYK
RGB Variations
Color information
#1A4363 (or 0x1A4363) is known color: Regal Blue. HEX triplet: 1A, 43 and 63. RGB value is (26,67,99). Sum of RGB (Red+Green+Blue) = 26+67+99=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4363 is #E5BC9C. Grayscale: #3A3A3A. Windows color (decimal): -15056029 or 6505242. OLE color: 6505242.
HSL color Cylindrical-coordinate representation of color #1A4363: hue angle of 206.3º 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 #1A4363 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 67 | 99 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.61 |
| HSL | 206.3º | 0.58% | 0.25% | - |
| HSV(B) | 206.3º | 0.74% | 0.39% | - |
| XYZ | 4.69 | 5.13 | 12.55 | - |
| YUV | 58.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 99 | 0.74 | 0.32 | 0 | 0.61 | 206.3 | 0.58 | 0.25 |
| Hex | 1A | 43 | 63 | 4A | 20 | 0 | 3D | CE | 3A | 19 |
| Octal | 32 | 103 | 143 | 112 | 40 | 0 | 75 | 316 | 72 | 31 |
| Binary | 11010 | 1000011 | 1100011 | 1001010 | 100000 | 0 | 111101 | 11001110 | 111010 | 11001 |
Color Harmonies of #1A4363
Complementary color
Monochromatic Colors of #1A4363
Black with #1A4363
Text Example
Text Example
White with #1A4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4363; }
p { color: rgb(26,67,99); }
H1.HeaderClassName
{
color: #1A4363;
}
.AnyTagClassName
{
color: #1A4363;
}
</style>
background-color css
<style>
a { background-color: #1A4363; }
a { background-color: rgb(26,67,99); }
div.DivClassName
{
background-color: #1A4363;
}
.BgClassName
{
background-color: #1A4363;
}
</style>
border-color css
<style>
span { border-color: #1A4363; }
span { border-color: rgb(26,67,99); }
td.TdClassName
{
border-color: #1A4363;
}
.TagClassName
{
border-color: #1A4363;
}
</style>