Shades of Regal Blue #14395B
Tints of Regal Blue #14395B
RGB
CMYK
RGB Variations
Color information
#14395B (or 0x14395B) is known color: Regal Blue. HEX triplet: 14, 39 and 5B. RGB value is (20,57,91). Sum of RGB (Red+Green+Blue) = 20+57+91=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #14395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395B is #EBC6A4. Grayscale: #313131. Windows color (decimal): -15451813 or 5978388. OLE color: 5978388.
HSL color Cylindrical-coordinate representation of color #14395B: hue angle of 208.73º degrees, saturation: 0.64, 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 #14395B is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 57 | 91 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.64 |
| HSL | 208.73º | 0.64% | 0.22% | - |
| HSV(B) | 208.73º | 0.78% | 0.36% | - |
| XYZ | 3.64 | 3.83 | 10.45 | - |
| YUV | 49.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 91 | 0.78 | 0.37 | 0 | 0.64 | 208.73 | 0.64 | 0.22 |
| Hex | 14 | 39 | 5B | 4E | 25 | 0 | 40 | D1 | 40 | 16 |
| Octal | 24 | 71 | 133 | 116 | 45 | 0 | 100 | 321 | 100 | 26 |
| Binary | 10100 | 111001 | 1011011 | 1001110 | 100101 | 0 | 1000000 | 11010001 | 1000000 | 10110 |
Color Harmonies of #14395B
Complementary color
Monochromatic Colors of #14395B
Black with #14395B
Text Example
Text Example
White with #14395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14395B; }
p { color: rgb(20,57,91); }
H1.HeaderClassName
{
color: #14395B;
}
.AnyTagClassName
{
color: #14395B;
}
</style>
background-color css
<style>
a { background-color: #14395B; }
a { background-color: rgb(20,57,91); }
div.DivClassName
{
background-color: #14395B;
}
.BgClassName
{
background-color: #14395B;
}
</style>
border-color css
<style>
span { border-color: #14395B; }
span { border-color: rgb(20,57,91); }
td.TdClassName
{
border-color: #14395B;
}
.TagClassName
{
border-color: #14395B;
}
</style>