Shades of Regal Blue #14375C
Tints of Regal Blue #14375C
RGB
CMYK
RGB Variations
Color information
#14375C (or 0x14375C) is known color: Regal Blue. HEX triplet: 14, 37 and 5C. RGB value is (20,55,92). Sum of RGB (Red+Green+Blue) = 20+55+92=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #14375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14375C is #EBC8A3. Grayscale: #303030. Windows color (decimal): -15452324 or 6043412. OLE color: 6043412.
HSL color Cylindrical-coordinate representation of color #14375C: hue angle of 210.83º 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 #14375C is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 55 | 92 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.64 |
| HSL | 210.83º | 0.64% | 0.22% | - |
| HSV(B) | 210.83º | 0.78% | 0.36% | - |
| XYZ | 3.59 | 3.65 | 10.64 | - |
| YUV | 48.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 92 | 0.78 | 0.40 | 0 | 0.64 | 210.83 | 0.64 | 0.22 |
| Hex | 14 | 37 | 5C | 4E | 28 | 0 | 40 | D3 | 40 | 16 |
| Octal | 24 | 67 | 134 | 116 | 50 | 0 | 100 | 323 | 100 | 26 |
| Binary | 10100 | 110111 | 1011100 | 1001110 | 101000 | 0 | 1000000 | 11010011 | 1000000 | 10110 |
Color Harmonies of #14375C
Complementary color
Monochromatic Colors of #14375C
Black with #14375C
Text Example
Text Example
White with #14375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14375C; }
p { color: rgb(20,55,92); }
H1.HeaderClassName
{
color: #14375C;
}
.AnyTagClassName
{
color: #14375C;
}
</style>
background-color css
<style>
a { background-color: #14375C; }
a { background-color: rgb(20,55,92); }
div.DivClassName
{
background-color: #14375C;
}
.BgClassName
{
background-color: #14375C;
}
</style>
border-color css
<style>
span { border-color: #14375C; }
span { border-color: rgb(20,55,92); }
td.TdClassName
{
border-color: #14375C;
}
.TagClassName
{
border-color: #14375C;
}
</style>