Shades of Regal Blue #143655
Tints of Regal Blue #143655
RGB
CMYK
RGB Variations
Color information
#143655 (or 0x143655) is known color: Regal Blue. HEX triplet: 14, 36 and 55. RGB value is (20,54,85). Sum of RGB (Red+Green+Blue) = 20+54+85=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #143655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143655 is #EBC9AA. Grayscale: #2F2F2F. Windows color (decimal): -15452587 or 5584404. OLE color: 5584404.
HSL color Cylindrical-coordinate representation of color #143655: hue angle of 208.62º 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 #143655 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 54 | 85 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.67 |
| HSL | 208.62º | 0.62% | 0.21% | - |
| HSV(B) | 208.62º | 0.76% | 0.33% | - |
| XYZ | 3.25 | 3.44 | 9.09 | - |
| YUV | 47.37 | 149.24 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 85 | 0.76 | 0.36 | 0 | 0.67 | 208.62 | 0.62 | 0.21 |
| Hex | 14 | 36 | 55 | 4C | 24 | 0 | 43 | D1 | 3E | 15 |
| Octal | 24 | 66 | 125 | 114 | 44 | 0 | 103 | 321 | 76 | 25 |
| Binary | 10100 | 110110 | 1010101 | 1001100 | 100100 | 0 | 1000011 | 11010001 | 111110 | 10101 |
Color Harmonies of #143655
Complementary color
Monochromatic Colors of #143655
Black with #143655
Text Example
Text Example
White with #143655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143655; }
p { color: rgb(20,54,85); }
H1.HeaderClassName
{
color: #143655;
}
.AnyTagClassName
{
color: #143655;
}
</style>
background-color css
<style>
a { background-color: #143655; }
a { background-color: rgb(20,54,85); }
div.DivClassName
{
background-color: #143655;
}
.BgClassName
{
background-color: #143655;
}
</style>
border-color css
<style>
span { border-color: #143655; }
span { border-color: rgb(20,54,85); }
td.TdClassName
{
border-color: #143655;
}
.TagClassName
{
border-color: #143655;
}
</style>