Shades of Regal Blue #143F5E
Tints of Regal Blue #143F5E
RGB
CMYK
RGB Variations
Color information
#143F5E (or 0x143F5E) is known color: Regal Blue. HEX triplet: 14, 3F and 5E. RGB value is (20,63,94). Sum of RGB (Red+Green+Blue) = 20+63+94=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #143F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F5E is #EBC0A1. Grayscale: #353535. Windows color (decimal): -15450274 or 6176532. OLE color: 6176532.
HSL color Cylindrical-coordinate representation of color #143F5E: hue angle of 205.14º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143F5E is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 63 | 94 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.63 |
| HSL | 205.14º | 0.65% | 0.22% | - |
| HSV(B) | 205.14º | 0.79% | 0.37% | - |
| XYZ | 4.09 | 4.51 | 11.25 | - |
| YUV | 53.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 94 | 0.79 | 0.33 | 0 | 0.63 | 205.14 | 0.65 | 0.22 |
| Hex | 14 | 3F | 5E | 4F | 21 | 0 | 3F | CD | 41 | 16 |
| Octal | 24 | 77 | 136 | 117 | 41 | 0 | 77 | 315 | 101 | 26 |
| Binary | 10100 | 111111 | 1011110 | 1001111 | 100001 | 0 | 111111 | 11001101 | 1000001 | 10110 |
Color Harmonies of #143F5E
Complementary color
Monochromatic Colors of #143F5E
Black with #143F5E
Text Example
Text Example
White with #143F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F5E; }
p { color: rgb(20,63,94); }
H1.HeaderClassName
{
color: #143F5E;
}
.AnyTagClassName
{
color: #143F5E;
}
</style>
background-color css
<style>
a { background-color: #143F5E; }
a { background-color: rgb(20,63,94); }
div.DivClassName
{
background-color: #143F5E;
}
.BgClassName
{
background-color: #143F5E;
}
</style>
border-color css
<style>
span { border-color: #143F5E; }
span { border-color: rgb(20,63,94); }
td.TdClassName
{
border-color: #143F5E;
}
.TagClassName
{
border-color: #143F5E;
}
</style>