Shades of Regal Blue #143B5B
Tints of Regal Blue #143B5B
RGB
CMYK
RGB Variations
Color information
#143B5B (or 0x143B5B) is known color: Regal Blue. HEX triplet: 14, 3B and 5B. RGB value is (20,59,91). Sum of RGB (Red+Green+Blue) = 20+59+91=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #143B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B5B is #EBC4A4. Grayscale: #323232. Windows color (decimal): -15451301 or 5978900. OLE color: 5978900.
HSL color Cylindrical-coordinate representation of color #143B5B: hue angle of 207.04º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143B5B is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 59 | 91 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.64 |
| HSL | 207.04º | 0.64% | 0.22% | - |
| HSV(B) | 207.04º | 0.78% | 0.36% | - |
| XYZ | 3.74 | 4.03 | 10.48 | - |
| YUV | 50.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 91 | 0.78 | 0.35 | 0 | 0.64 | 207.04 | 0.64 | 0.22 |
| Hex | 14 | 3B | 5B | 4E | 23 | 0 | 40 | CF | 40 | 16 |
| Octal | 24 | 73 | 133 | 116 | 43 | 0 | 100 | 317 | 100 | 26 |
| Binary | 10100 | 111011 | 1011011 | 1001110 | 100011 | 0 | 1000000 | 11001111 | 1000000 | 10110 |
Color Harmonies of #143B5B
Complementary color
Monochromatic Colors of #143B5B
Black with #143B5B
Text Example
Text Example
White with #143B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B5B; }
p { color: rgb(20,59,91); }
H1.HeaderClassName
{
color: #143B5B;
}
.AnyTagClassName
{
color: #143B5B;
}
</style>
background-color css
<style>
a { background-color: #143B5B; }
a { background-color: rgb(20,59,91); }
div.DivClassName
{
background-color: #143B5B;
}
.BgClassName
{
background-color: #143B5B;
}
</style>
border-color css
<style>
span { border-color: #143B5B; }
span { border-color: rgb(20,59,91); }
td.TdClassName
{
border-color: #143B5B;
}
.TagClassName
{
border-color: #143B5B;
}
</style>