Shades of Regal Blue #14416A
Tints of Regal Blue #14416A
RGB
CMYK
RGB Variations
Color information
#14416A (or 0x14416A) is known color: Regal Blue. HEX triplet: 14, 41 and 6A. RGB value is (20,65,106). Sum of RGB (Red+Green+Blue) = 20+65+106=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #14416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14416A is #EBBE95. Grayscale: #383838. Windows color (decimal): -15449750 or 6963476. OLE color: 6963476.
HSL color Cylindrical-coordinate representation of color #14416A: hue angle of 208.6º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14416A is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 65 | 106 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.58 |
| HSL | 208.6º | 0.68% | 0.25% | - |
| HSV(B) | 208.6º | 0.81% | 0.42% | - |
| XYZ | 4.78 | 4.97 | 14.34 | - |
| YUV | 56.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 106 | 0.81 | 0.39 | 0 | 0.58 | 208.6 | 0.68 | 0.25 |
| Hex | 14 | 41 | 6A | 51 | 27 | 0 | 3A | D1 | 44 | 19 |
| Octal | 24 | 101 | 152 | 121 | 47 | 0 | 72 | 321 | 104 | 31 |
| Binary | 10100 | 1000001 | 1101010 | 1010001 | 100111 | 0 | 111010 | 11010001 | 1000100 | 11001 |
Color Harmonies of #14416A
Complementary color
Monochromatic Colors of #14416A
Black with #14416A
Text Example
Text Example
White with #14416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14416A; }
p { color: rgb(20,65,106); }
H1.HeaderClassName
{
color: #14416A;
}
.AnyTagClassName
{
color: #14416A;
}
</style>
background-color css
<style>
a { background-color: #14416A; }
a { background-color: rgb(20,65,106); }
div.DivClassName
{
background-color: #14416A;
}
.BgClassName
{
background-color: #14416A;
}
</style>
border-color css
<style>
span { border-color: #14416A; }
span { border-color: rgb(20,65,106); }
td.TdClassName
{
border-color: #14416A;
}
.TagClassName
{
border-color: #14416A;
}
</style>