Shades of Regal Blue #14395E
Tints of Regal Blue #14395E
RGB
CMYK
RGB Variations
Color information
#14395E (or 0x14395E) is known color: Regal Blue. HEX triplet: 14, 39 and 5E. RGB value is (20,57,94). Sum of RGB (Red+Green+Blue) = 20+57+94=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #14395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395E is #EBC6A1. Grayscale: #313131. Windows color (decimal): -15451810 or 6174996. OLE color: 6174996.
HSL color Cylindrical-coordinate representation of color #14395E: hue angle of 210º 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 #14395E is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 57 | 94 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.63 |
| HSL | 210º | 0.65% | 0.22% | - |
| HSV(B) | 210º | 0.79% | 0.37% | - |
| XYZ | 3.77 | 3.88 | 11.14 | - |
| YUV | 50.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 94 | 0.79 | 0.39 | 0 | 0.63 | 210 | 0.65 | 0.22 |
| Hex | 14 | 39 | 5E | 4F | 27 | 0 | 3F | D2 | 41 | 16 |
| Octal | 24 | 71 | 136 | 117 | 47 | 0 | 77 | 322 | 101 | 26 |
| Binary | 10100 | 111001 | 1011110 | 1001111 | 100111 | 0 | 111111 | 11010010 | 1000001 | 10110 |
Color Harmonies of #14395E
Complementary color
Monochromatic Colors of #14395E
Black with #14395E
Text Example
Text Example
White with #14395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14395E; }
p { color: rgb(20,57,94); }
H1.HeaderClassName
{
color: #14395E;
}
.AnyTagClassName
{
color: #14395E;
}
</style>
background-color css
<style>
a { background-color: #14395E; }
a { background-color: rgb(20,57,94); }
div.DivClassName
{
background-color: #14395E;
}
.BgClassName
{
background-color: #14395E;
}
</style>
border-color css
<style>
span { border-color: #14395E; }
span { border-color: rgb(20,57,94); }
td.TdClassName
{
border-color: #14395E;
}
.TagClassName
{
border-color: #14395E;
}
</style>