Shades of Regal Blue #143864
Tints of Regal Blue #143864
RGB
CMYK
RGB Variations
Color information
#143864 (or 0x143864) is known color: Regal Blue. HEX triplet: 14, 38 and 64. RGB value is (20,56,100). Sum of RGB (Red+Green+Blue) = 20+56+100=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #143864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143864 is #EBC79B. Grayscale: #323232. Windows color (decimal): -15452060 or 6567956. OLE color: 6567956.
HSL color Cylindrical-coordinate representation of color #143864: hue angle of 213º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143864 is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 56 | 100 | - |
| CMYK | 0.8 | 0.44 | 0 | 0.61 |
| HSL | 213º | 0.67% | 0.24% | - |
| HSV(B) | 213º | 0.8% | 0.39% | - |
| XYZ | 4 | 3.9 | 12.6 | - |
| YUV | 50.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 100 | 0.8 | 0.44 | 0 | 0.61 | 213 | 0.67 | 0.24 |
| Hex | 14 | 38 | 64 | 50 | 2C | 0 | 3D | D5 | 43 | 18 |
| Octal | 24 | 70 | 144 | 120 | 54 | 0 | 75 | 325 | 103 | 30 |
| Binary | 10100 | 111000 | 1100100 | 1010000 | 101100 | 0 | 111101 | 11010101 | 1000011 | 11000 |
Color Harmonies of #143864
Complementary color
Monochromatic Colors of #143864
Black with #143864
Text Example
Text Example
White with #143864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143864; }
p { color: rgb(20,56,100); }
H1.HeaderClassName
{
color: #143864;
}
.AnyTagClassName
{
color: #143864;
}
</style>
background-color css
<style>
a { background-color: #143864; }
a { background-color: rgb(20,56,100); }
div.DivClassName
{
background-color: #143864;
}
.BgClassName
{
background-color: #143864;
}
</style>
border-color css
<style>
span { border-color: #143864; }
span { border-color: rgb(20,56,100); }
td.TdClassName
{
border-color: #143864;
}
.TagClassName
{
border-color: #143864;
}
</style>