Shades of Regal Blue #143653
Tints of Regal Blue #143653
RGB
CMYK
RGB Variations
Color information
#143653 (or 0x143653) is known color: Regal Blue. HEX triplet: 14, 36 and 53. RGB value is (20,54,83). Sum of RGB (Red+Green+Blue) = 20+54+83=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #143653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143653 is #EBC9AC. Grayscale: #2E2E2E. Windows color (decimal): -15452589 or 5453332. OLE color: 5453332.
HSL color Cylindrical-coordinate representation of color #143653: hue angle of 207.62º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143653 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 54 | 83 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.67 |
| HSL | 207.62º | 0.61% | 0.2% | - |
| HSV(B) | 207.62º | 0.76% | 0.33% | - |
| XYZ | 3.17 | 3.41 | 8.68 | - |
| YUV | 47.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 83 | 0.76 | 0.35 | 0 | 0.67 | 207.62 | 0.61 | 0.2 |
| Hex | 14 | 36 | 53 | 4C | 23 | 0 | 43 | D0 | 3D | 14 |
| Octal | 24 | 66 | 123 | 114 | 43 | 0 | 103 | 320 | 75 | 24 |
| Binary | 10100 | 110110 | 1010011 | 1001100 | 100011 | 0 | 1000011 | 11010000 | 111101 | 10100 |
Color Harmonies of #143653
Complementary color
Monochromatic Colors of #143653
Black with #143653
Text Example
Text Example
White with #143653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143653; }
p { color: rgb(20,54,83); }
H1.HeaderClassName
{
color: #143653;
}
.AnyTagClassName
{
color: #143653;
}
</style>
background-color css
<style>
a { background-color: #143653; }
a { background-color: rgb(20,54,83); }
div.DivClassName
{
background-color: #143653;
}
.BgClassName
{
background-color: #143653;
}
</style>
border-color css
<style>
span { border-color: #143653; }
span { border-color: rgb(20,54,83); }
td.TdClassName
{
border-color: #143653;
}
.TagClassName
{
border-color: #143653;
}
</style>