Shades of Regal Blue #143F65
Tints of Regal Blue #143F65
RGB
CMYK
RGB Variations
Color information
#143F65 (or 0x143F65) is known color: Regal Blue. HEX triplet: 14, 3F and 65. RGB value is (20,63,101). Sum of RGB (Red+Green+Blue) = 20+63+101=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #143F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F65 is #EBC09A. Grayscale: #363636. Windows color (decimal): -15450267 or 6635284. OLE color: 6635284.
HSL color Cylindrical-coordinate representation of color #143F65: hue angle of 208.15º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143F65 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 63 | 101 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.60 |
| HSL | 208.15º | 0.67% | 0.24% | - |
| HSV(B) | 208.15º | 0.8% | 0.4% | - |
| XYZ | 4.41 | 4.64 | 12.98 | - |
| YUV | 54.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 101 | 0.80 | 0.38 | 0 | 0.60 | 208.15 | 0.67 | 0.24 |
| Hex | 14 | 3F | 65 | 50 | 26 | 0 | 3C | D0 | 43 | 18 |
| Octal | 24 | 77 | 145 | 120 | 46 | 0 | 74 | 320 | 103 | 30 |
| Binary | 10100 | 111111 | 1100101 | 1010000 | 100110 | 0 | 111100 | 11010000 | 1000011 | 11000 |
Color Harmonies of #143F65
Complementary color
Monochromatic Colors of #143F65
Black with #143F65
Text Example
Text Example
White with #143F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F65; }
p { color: rgb(20,63,101); }
H1.HeaderClassName
{
color: #143F65;
}
.AnyTagClassName
{
color: #143F65;
}
</style>
background-color css
<style>
a { background-color: #143F65; }
a { background-color: rgb(20,63,101); }
div.DivClassName
{
background-color: #143F65;
}
.BgClassName
{
background-color: #143F65;
}
</style>
border-color css
<style>
span { border-color: #143F65; }
span { border-color: rgb(20,63,101); }
td.TdClassName
{
border-color: #143F65;
}
.TagClassName
{
border-color: #143F65;
}
</style>