Shades of Regal Blue #143B5E
Tints of Regal Blue #143B5E
RGB
CMYK
RGB Variations
Color information
#143B5E (or 0x143B5E) is known color: Regal Blue. HEX triplet: 14, 3B and 5E. RGB value is (20,59,94). Sum of RGB (Red+Green+Blue) = 20+59+94=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #143B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B5E is #EBC4A1. Grayscale: #333333. Windows color (decimal): -15451298 or 6175508. OLE color: 6175508.
HSL color Cylindrical-coordinate representation of color #143B5E: hue angle of 208.38º 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 #143B5E is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 59 | 94 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.63 |
| HSL | 208.38º | 0.65% | 0.22% | - |
| HSV(B) | 208.38º | 0.79% | 0.37% | - |
| XYZ | 3.87 | 4.08 | 11.17 | - |
| YUV | 51.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 94 | 0.79 | 0.37 | 0 | 0.63 | 208.38 | 0.65 | 0.22 |
| Hex | 14 | 3B | 5E | 4F | 25 | 0 | 3F | D0 | 41 | 16 |
| Octal | 24 | 73 | 136 | 117 | 45 | 0 | 77 | 320 | 101 | 26 |
| Binary | 10100 | 111011 | 1011110 | 1001111 | 100101 | 0 | 111111 | 11010000 | 1000001 | 10110 |
Color Harmonies of #143B5E
Complementary color
Monochromatic Colors of #143B5E
Black with #143B5E
Text Example
Text Example
White with #143B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B5E; }
p { color: rgb(20,59,94); }
H1.HeaderClassName
{
color: #143B5E;
}
.AnyTagClassName
{
color: #143B5E;
}
</style>
background-color css
<style>
a { background-color: #143B5E; }
a { background-color: rgb(20,59,94); }
div.DivClassName
{
background-color: #143B5E;
}
.BgClassName
{
background-color: #143B5E;
}
</style>
border-color css
<style>
span { border-color: #143B5E; }
span { border-color: rgb(20,59,94); }
td.TdClassName
{
border-color: #143B5E;
}
.TagClassName
{
border-color: #143B5E;
}
</style>