Shades of Regal Blue #14415E
Tints of Regal Blue #14415E
RGB
CMYK
RGB Variations
Color information
#14415E (or 0x14415E) is known color: Regal Blue. HEX triplet: 14, 41 and 5E. RGB value is (20,65,94). Sum of RGB (Red+Green+Blue) = 20+65+94=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #14415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14415E is #EBBEA1. Grayscale: #363636. Windows color (decimal): -15449762 or 6177044. OLE color: 6177044.
HSL color Cylindrical-coordinate representation of color #14415E: hue angle of 203.51º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14415E is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 65 | 94 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.63 |
| HSL | 203.51º | 0.65% | 0.22% | - |
| HSV(B) | 203.51º | 0.79% | 0.37% | - |
| XYZ | 4.2 | 4.74 | 11.28 | - |
| YUV | 54.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 94 | 0.79 | 0.31 | 0 | 0.63 | 203.51 | 0.65 | 0.22 |
| Hex | 14 | 41 | 5E | 4F | 1F | 0 | 3F | CC | 41 | 16 |
| Octal | 24 | 101 | 136 | 117 | 37 | 0 | 77 | 314 | 101 | 26 |
| Binary | 10100 | 1000001 | 1011110 | 1001111 | 11111 | 0 | 111111 | 11001100 | 1000001 | 10110 |
Color Harmonies of #14415E
Complementary color
Monochromatic Colors of #14415E
Black with #14415E
Text Example
Text Example
White with #14415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14415E; }
p { color: rgb(20,65,94); }
H1.HeaderClassName
{
color: #14415E;
}
.AnyTagClassName
{
color: #14415E;
}
</style>
background-color css
<style>
a { background-color: #14415E; }
a { background-color: rgb(20,65,94); }
div.DivClassName
{
background-color: #14415E;
}
.BgClassName
{
background-color: #14415E;
}
</style>
border-color css
<style>
span { border-color: #14415E; }
span { border-color: rgb(20,65,94); }
td.TdClassName
{
border-color: #14415E;
}
.TagClassName
{
border-color: #14415E;
}
</style>