Shades of Regal Blue #143E60
Tints of Regal Blue #143E60
RGB
CMYK
RGB Variations
Color information
#143E60 (or 0x143E60) is known color: Regal Blue. HEX triplet: 14, 3E and 60. RGB value is (20,62,96). Sum of RGB (Red+Green+Blue) = 20+62+96=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #143E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E60 is #EBC19F. Grayscale: #353535. Windows color (decimal): -15450528 or 6307348. OLE color: 6307348.
HSL color Cylindrical-coordinate representation of color #143E60: hue angle of 206.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143E60 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 62 | 96 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.62 |
| HSL | 206.84º | 0.66% | 0.23% | - |
| HSV(B) | 206.84º | 0.79% | 0.38% | - |
| XYZ | 4.12 | 4.44 | 11.71 | - |
| YUV | 53.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 96 | 0.79 | 0.35 | 0 | 0.62 | 206.84 | 0.66 | 0.23 |
| Hex | 14 | 3E | 60 | 4F | 23 | 0 | 3E | CF | 42 | 17 |
| Octal | 24 | 76 | 140 | 117 | 43 | 0 | 76 | 317 | 102 | 27 |
| Binary | 10100 | 111110 | 1100000 | 1001111 | 100011 | 0 | 111110 | 11001111 | 1000010 | 10111 |
Color Harmonies of #143E60
Complementary color
Monochromatic Colors of #143E60
Black with #143E60
Text Example
Text Example
White with #143E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E60; }
p { color: rgb(20,62,96); }
H1.HeaderClassName
{
color: #143E60;
}
.AnyTagClassName
{
color: #143E60;
}
</style>
background-color css
<style>
a { background-color: #143E60; }
a { background-color: rgb(20,62,96); }
div.DivClassName
{
background-color: #143E60;
}
.BgClassName
{
background-color: #143E60;
}
</style>
border-color css
<style>
span { border-color: #143E60; }
span { border-color: rgb(20,62,96); }
td.TdClassName
{
border-color: #143E60;
}
.TagClassName
{
border-color: #143E60;
}
</style>