Shades of Regal Blue #143963
Tints of Regal Blue #143963
RGB
CMYK
RGB Variations
Color information
#143963 (or 0x143963) is known color: Regal Blue. HEX triplet: 14, 39 and 63. RGB value is (20,57,99). Sum of RGB (Red+Green+Blue) = 20+57+99=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #143963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143963 is #EBC69C. Grayscale: #323232. Windows color (decimal): -15451805 or 6502676. OLE color: 6502676.
HSL color Cylindrical-coordinate representation of color #143963: hue angle of 211.9º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143963 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 57 | 99 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.61 |
| HSL | 211.9º | 0.66% | 0.23% | - |
| HSV(B) | 211.9º | 0.8% | 0.39% | - |
| XYZ | 4 | 3.98 | 12.36 | - |
| YUV | 50.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 99 | 0.80 | 0.42 | 0 | 0.61 | 211.9 | 0.66 | 0.23 |
| Hex | 14 | 39 | 63 | 50 | 2A | 0 | 3D | D4 | 42 | 17 |
| Octal | 24 | 71 | 143 | 120 | 52 | 0 | 75 | 324 | 102 | 27 |
| Binary | 10100 | 111001 | 1100011 | 1010000 | 101010 | 0 | 111101 | 11010100 | 1000010 | 10111 |
Color Harmonies of #143963
Complementary color
Monochromatic Colors of #143963
Black with #143963
Text Example
Text Example
White with #143963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143963; }
p { color: rgb(20,57,99); }
H1.HeaderClassName
{
color: #143963;
}
.AnyTagClassName
{
color: #143963;
}
</style>
background-color css
<style>
a { background-color: #143963; }
a { background-color: rgb(20,57,99); }
div.DivClassName
{
background-color: #143963;
}
.BgClassName
{
background-color: #143963;
}
</style>
border-color css
<style>
span { border-color: #143963; }
span { border-color: rgb(20,57,99); }
td.TdClassName
{
border-color: #143963;
}
.TagClassName
{
border-color: #143963;
}
</style>