Shades of Regal Blue #14355C
Tints of Regal Blue #14355C
RGB
CMYK
RGB Variations
Color information
#14355C (or 0x14355C) is known color: Regal Blue. HEX triplet: 14, 35 and 5C. RGB value is (20,53,92). Sum of RGB (Red+Green+Blue) = 20+53+92=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #14355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14355C is #EBCAA3. Grayscale: #2F2F2F. Windows color (decimal): -15452836 or 6042900. OLE color: 6042900.
HSL color Cylindrical-coordinate representation of color #14355C: hue angle of 212.5º 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 #14355C is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 53 | 92 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.64 |
| HSL | 212.5º | 0.64% | 0.22% | - |
| HSV(B) | 212.5º | 0.78% | 0.36% | - |
| XYZ | 3.49 | 3.47 | 10.61 | - |
| YUV | 47.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 92 | 0.78 | 0.42 | 0 | 0.64 | 212.5 | 0.64 | 0.22 |
| Hex | 14 | 35 | 5C | 4E | 2A | 0 | 40 | D4 | 40 | 16 |
| Octal | 24 | 65 | 134 | 116 | 52 | 0 | 100 | 324 | 100 | 26 |
| Binary | 10100 | 110101 | 1011100 | 1001110 | 101010 | 0 | 1000000 | 11010100 | 1000000 | 10110 |
Color Harmonies of #14355C
Complementary color
Monochromatic Colors of #14355C
Black with #14355C
Text Example
Text Example
White with #14355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14355C; }
p { color: rgb(20,53,92); }
H1.HeaderClassName
{
color: #14355C;
}
.AnyTagClassName
{
color: #14355C;
}
</style>
background-color css
<style>
a { background-color: #14355C; }
a { background-color: rgb(20,53,92); }
div.DivClassName
{
background-color: #14355C;
}
.BgClassName
{
background-color: #14355C;
}
</style>
border-color css
<style>
span { border-color: #14355C; }
span { border-color: rgb(20,53,92); }
td.TdClassName
{
border-color: #14355C;
}
.TagClassName
{
border-color: #14355C;
}
</style>