Shades of Regal Blue #14335C
Tints of Regal Blue #14335C
RGB
CMYK
RGB Variations
Color information
#14335C (or 0x14335C) is known color: Regal Blue. HEX triplet: 14, 33 and 5C. RGB value is (20,51,92). Sum of RGB (Red+Green+Blue) = 20+51+92=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #14335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14335C is #EBCCA3. Grayscale: #2E2E2E. Windows color (decimal): -15453348 or 6042388. OLE color: 6042388.
HSL color Cylindrical-coordinate representation of color #14335C: hue angle of 214.17º 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 #14335C is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 51 | 92 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.64 |
| HSL | 214.17º | 0.64% | 0.22% | - |
| HSV(B) | 214.17º | 0.78% | 0.36% | - |
| XYZ | 3.4 | 3.29 | 10.58 | - |
| YUV | 46.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 92 | 0.78 | 0.45 | 0 | 0.64 | 214.17 | 0.64 | 0.22 |
| Hex | 14 | 33 | 5C | 4E | 2D | 0 | 40 | D6 | 40 | 16 |
| Octal | 24 | 63 | 134 | 116 | 55 | 0 | 100 | 326 | 100 | 26 |
| Binary | 10100 | 110011 | 1011100 | 1001110 | 101101 | 0 | 1000000 | 11010110 | 1000000 | 10110 |
Color Harmonies of #14335C
Complementary color
Monochromatic Colors of #14335C
Black with #14335C
Text Example
Text Example
White with #14335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14335C; }
p { color: rgb(20,51,92); }
H1.HeaderClassName
{
color: #14335C;
}
.AnyTagClassName
{
color: #14335C;
}
</style>
background-color css
<style>
a { background-color: #14335C; }
a { background-color: rgb(20,51,92); }
div.DivClassName
{
background-color: #14335C;
}
.BgClassName
{
background-color: #14335C;
}
</style>
border-color css
<style>
span { border-color: #14335C; }
span { border-color: rgb(20,51,92); }
td.TdClassName
{
border-color: #14335C;
}
.TagClassName
{
border-color: #14335C;
}
</style>