Shades of Regal Blue #143D69
Tints of Regal Blue #143D69
RGB
CMYK
RGB Variations
Color information
#143D69 (or 0x143D69) is known color: Regal Blue. HEX triplet: 14, 3D and 69. RGB value is (20,61,105). Sum of RGB (Red+Green+Blue) = 20+61+105=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #143D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D69 is #EBC296. Grayscale: #353535. Windows color (decimal): -15450775 or 6896916. OLE color: 6896916.
HSL color Cylindrical-coordinate representation of color #143D69: hue angle of 211.06º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143D69 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 61 | 105 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.59 |
| HSL | 211.06º | 0.68% | 0.25% | - |
| HSV(B) | 211.06º | 0.81% | 0.41% | - |
| XYZ | 4.51 | 4.51 | 14 | - |
| YUV | 53.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 105 | 0.81 | 0.42 | 0 | 0.59 | 211.06 | 0.68 | 0.25 |
| Hex | 14 | 3D | 69 | 51 | 2A | 0 | 3B | D3 | 44 | 19 |
| Octal | 24 | 75 | 151 | 121 | 52 | 0 | 73 | 323 | 104 | 31 |
| Binary | 10100 | 111101 | 1101001 | 1010001 | 101010 | 0 | 111011 | 11010011 | 1000100 | 11001 |
Color Harmonies of #143D69
Complementary color
Monochromatic Colors of #143D69
Black with #143D69
Text Example
Text Example
White with #143D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D69; }
p { color: rgb(20,61,105); }
H1.HeaderClassName
{
color: #143D69;
}
.AnyTagClassName
{
color: #143D69;
}
</style>
background-color css
<style>
a { background-color: #143D69; }
a { background-color: rgb(20,61,105); }
div.DivClassName
{
background-color: #143D69;
}
.BgClassName
{
background-color: #143D69;
}
</style>
border-color css
<style>
span { border-color: #143D69; }
span { border-color: rgb(20,61,105); }
td.TdClassName
{
border-color: #143D69;
}
.TagClassName
{
border-color: #143D69;
}
</style>