Shades of Regal Blue #143C5B
Tints of Regal Blue #143C5B
RGB
CMYK
RGB Variations
Color information
#143C5B (or 0x143C5B) is known color: Regal Blue. HEX triplet: 14, 3C and 5B. RGB value is (20,60,91). Sum of RGB (Red+Green+Blue) = 20+60+91=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #143C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C5B is #EBC3A4. Grayscale: #333333. Windows color (decimal): -15451045 or 5979156. OLE color: 5979156.
HSL color Cylindrical-coordinate representation of color #143C5B: hue angle of 206.2º 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 #143C5B is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 60 | 91 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.64 |
| HSL | 206.2º | 0.64% | 0.22% | - |
| HSV(B) | 206.2º | 0.78% | 0.36% | - |
| XYZ | 3.79 | 4.14 | 10.5 | - |
| YUV | 51.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 91 | 0.78 | 0.34 | 0 | 0.64 | 206.2 | 0.64 | 0.22 |
| Hex | 14 | 3C | 5B | 4E | 22 | 0 | 40 | CE | 40 | 16 |
| Octal | 24 | 74 | 133 | 116 | 42 | 0 | 100 | 316 | 100 | 26 |
| Binary | 10100 | 111100 | 1011011 | 1001110 | 100010 | 0 | 1000000 | 11001110 | 1000000 | 10110 |
Color Harmonies of #143C5B
Complementary color
Monochromatic Colors of #143C5B
Black with #143C5B
Text Example
Text Example
White with #143C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C5B; }
p { color: rgb(20,60,91); }
H1.HeaderClassName
{
color: #143C5B;
}
.AnyTagClassName
{
color: #143C5B;
}
</style>
background-color css
<style>
a { background-color: #143C5B; }
a { background-color: rgb(20,60,91); }
div.DivClassName
{
background-color: #143C5B;
}
.BgClassName
{
background-color: #143C5B;
}
</style>
border-color css
<style>
span { border-color: #143C5B; }
span { border-color: rgb(20,60,91); }
td.TdClassName
{
border-color: #143C5B;
}
.TagClassName
{
border-color: #143C5B;
}
</style>