Shades of Regal Blue #14355D
Tints of Regal Blue #14355D
RGB
CMYK
RGB Variations
Color information
#14355D (or 0x14355D) is known color: Regal Blue. HEX triplet: 14, 35 and 5D. RGB value is (20,53,93). Sum of RGB (Red+Green+Blue) = 20+53+93=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #14355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14355D is #EBCAA2. Grayscale: #2F2F2F. Windows color (decimal): -15452835 or 6108436. OLE color: 6108436.
HSL color Cylindrical-coordinate representation of color #14355D: hue angle of 212.88º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14355D is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 53 | 93 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.64 |
| HSL | 212.88º | 0.65% | 0.22% | - |
| HSV(B) | 212.88º | 0.78% | 0.36% | - |
| XYZ | 3.54 | 3.49 | 10.84 | - |
| YUV | 47.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 93 | 0.78 | 0.43 | 0 | 0.64 | 212.88 | 0.65 | 0.22 |
| Hex | 14 | 35 | 5D | 4E | 2B | 0 | 40 | D5 | 41 | 16 |
| Octal | 24 | 65 | 135 | 116 | 53 | 0 | 100 | 325 | 101 | 26 |
| Binary | 10100 | 110101 | 1011101 | 1001110 | 101011 | 0 | 1000000 | 11010101 | 1000001 | 10110 |
Color Harmonies of #14355D
Complementary color
Monochromatic Colors of #14355D
Black with #14355D
Text Example
Text Example
White with #14355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14355D; }
p { color: rgb(20,53,93); }
H1.HeaderClassName
{
color: #14355D;
}
.AnyTagClassName
{
color: #14355D;
}
</style>
background-color css
<style>
a { background-color: #14355D; }
a { background-color: rgb(20,53,93); }
div.DivClassName
{
background-color: #14355D;
}
.BgClassName
{
background-color: #14355D;
}
</style>
border-color css
<style>
span { border-color: #14355D; }
span { border-color: rgb(20,53,93); }
td.TdClassName
{
border-color: #14355D;
}
.TagClassName
{
border-color: #14355D;
}
</style>