Shades of Regal Blue #143E5E
Tints of Regal Blue #143E5E
RGB
CMYK
RGB Variations
Color information
#143E5E (or 0x143E5E) is known color: Regal Blue. HEX triplet: 14, 3E and 5E. RGB value is (20,62,94). Sum of RGB (Red+Green+Blue) = 20+62+94=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #143E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E5E is #EBC1A1. Grayscale: #343434. Windows color (decimal): -15450530 or 6176276. OLE color: 6176276.
HSL color Cylindrical-coordinate representation of color #143E5E: hue angle of 205.95º 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 #143E5E is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 62 | 94 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.63 |
| HSL | 205.95º | 0.65% | 0.22% | - |
| HSV(B) | 205.95º | 0.79% | 0.37% | - |
| XYZ | 4.03 | 4.4 | 11.23 | - |
| YUV | 53.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 94 | 0.79 | 0.34 | 0 | 0.63 | 205.95 | 0.65 | 0.22 |
| Hex | 14 | 3E | 5E | 4F | 22 | 0 | 3F | CE | 41 | 16 |
| Octal | 24 | 76 | 136 | 117 | 42 | 0 | 77 | 316 | 101 | 26 |
| Binary | 10100 | 111110 | 1011110 | 1001111 | 100010 | 0 | 111111 | 11001110 | 1000001 | 10110 |
Color Harmonies of #143E5E
Complementary color
Monochromatic Colors of #143E5E
Black with #143E5E
Text Example
Text Example
White with #143E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E5E; }
p { color: rgb(20,62,94); }
H1.HeaderClassName
{
color: #143E5E;
}
.AnyTagClassName
{
color: #143E5E;
}
</style>
background-color css
<style>
a { background-color: #143E5E; }
a { background-color: rgb(20,62,94); }
div.DivClassName
{
background-color: #143E5E;
}
.BgClassName
{
background-color: #143E5E;
}
</style>
border-color css
<style>
span { border-color: #143E5E; }
span { border-color: rgb(20,62,94); }
td.TdClassName
{
border-color: #143E5E;
}
.TagClassName
{
border-color: #143E5E;
}
</style>