Shades of Regal Blue #143455
Tints of Regal Blue #143455
RGB
CMYK
RGB Variations
Color information
#143455 (or 0x143455) is known color: Regal Blue. HEX triplet: 14, 34 and 55. RGB value is (20,52,85). Sum of RGB (Red+Green+Blue) = 20+52+85=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #143455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143455 is #EBCBAA. Grayscale: #2E2E2E. Windows color (decimal): -15453099 or 5583892. OLE color: 5583892.
HSL color Cylindrical-coordinate representation of color #143455: hue angle of 210.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143455 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 52 | 85 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.67 |
| HSL | 210.46º | 0.62% | 0.21% | - |
| HSV(B) | 210.46º | 0.76% | 0.33% | - |
| XYZ | 3.16 | 3.26 | 9.06 | - |
| YUV | 46.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 85 | 0.76 | 0.39 | 0 | 0.67 | 210.46 | 0.62 | 0.21 |
| Hex | 14 | 34 | 55 | 4C | 27 | 0 | 43 | D2 | 3E | 15 |
| Octal | 24 | 64 | 125 | 114 | 47 | 0 | 103 | 322 | 76 | 25 |
| Binary | 10100 | 110100 | 1010101 | 1001100 | 100111 | 0 | 1000011 | 11010010 | 111110 | 10101 |
Color Harmonies of #143455
Complementary color
Monochromatic Colors of #143455
Black with #143455
Text Example
Text Example
White with #143455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143455; }
p { color: rgb(20,52,85); }
H1.HeaderClassName
{
color: #143455;
}
.AnyTagClassName
{
color: #143455;
}
</style>
background-color css
<style>
a { background-color: #143455; }
a { background-color: rgb(20,52,85); }
div.DivClassName
{
background-color: #143455;
}
.BgClassName
{
background-color: #143455;
}
</style>
border-color css
<style>
span { border-color: #143455; }
span { border-color: rgb(20,52,85); }
td.TdClassName
{
border-color: #143455;
}
.TagClassName
{
border-color: #143455;
}
</style>