Shades of Regal Blue #14385E
Tints of Regal Blue #14385E
RGB
CMYK
RGB Variations
Color information
#14385E (or 0x14385E) is known color: Regal Blue. HEX triplet: 14, 38 and 5E. RGB value is (20,56,94). Sum of RGB (Red+Green+Blue) = 20+56+94=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #14385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14385E is #EBC7A1. Grayscale: #313131. Windows color (decimal): -15452066 or 6174740. OLE color: 6174740.
HSL color Cylindrical-coordinate representation of color #14385E: hue angle of 210.81º 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 #14385E is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 56 | 94 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.63 |
| HSL | 210.81º | 0.65% | 0.22% | - |
| HSV(B) | 210.81º | 0.79% | 0.37% | - |
| XYZ | 3.72 | 3.79 | 11.12 | - |
| YUV | 49.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 94 | 0.79 | 0.40 | 0 | 0.63 | 210.81 | 0.65 | 0.22 |
| Hex | 14 | 38 | 5E | 4F | 28 | 0 | 3F | D3 | 41 | 16 |
| Octal | 24 | 70 | 136 | 117 | 50 | 0 | 77 | 323 | 101 | 26 |
| Binary | 10100 | 111000 | 1011110 | 1001111 | 101000 | 0 | 111111 | 11010011 | 1000001 | 10110 |
Color Harmonies of #14385E
Complementary color
Monochromatic Colors of #14385E
Black with #14385E
Text Example
Text Example
White with #14385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14385E; }
p { color: rgb(20,56,94); }
H1.HeaderClassName
{
color: #14385E;
}
.AnyTagClassName
{
color: #14385E;
}
</style>
background-color css
<style>
a { background-color: #14385E; }
a { background-color: rgb(20,56,94); }
div.DivClassName
{
background-color: #14385E;
}
.BgClassName
{
background-color: #14385E;
}
</style>
border-color css
<style>
span { border-color: #14385E; }
span { border-color: rgb(20,56,94); }
td.TdClassName
{
border-color: #14385E;
}
.TagClassName
{
border-color: #14385E;
}
</style>