Shades of Regal Blue #143353
Tints of Regal Blue #143353
RGB
CMYK
RGB Variations
Color information
#143353 (or 0x143353) is known color: Regal Blue. HEX triplet: 14, 33 and 53. RGB value is (20,51,83). Sum of RGB (Red+Green+Blue) = 20+51+83=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #143353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143353 is #EBCCAC. Grayscale: #2D2D2D. Windows color (decimal): -15453357 or 5452564. OLE color: 5452564.
HSL color Cylindrical-coordinate representation of color #143353: hue angle of 210.48º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143353 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 51 | 83 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.67 |
| HSL | 210.48º | 0.61% | 0.2% | - |
| HSV(B) | 210.48º | 0.76% | 0.33% | - |
| XYZ | 3.03 | 3.14 | 8.63 | - |
| YUV | 45.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 83 | 0.76 | 0.39 | 0 | 0.67 | 210.48 | 0.61 | 0.2 |
| Hex | 14 | 33 | 53 | 4C | 27 | 0 | 43 | D2 | 3D | 14 |
| Octal | 24 | 63 | 123 | 114 | 47 | 0 | 103 | 322 | 75 | 24 |
| Binary | 10100 | 110011 | 1010011 | 1001100 | 100111 | 0 | 1000011 | 11010010 | 111101 | 10100 |
Color Harmonies of #143353
Complementary color
Monochromatic Colors of #143353
Black with #143353
Text Example
Text Example
White with #143353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143353; }
p { color: rgb(20,51,83); }
H1.HeaderClassName
{
color: #143353;
}
.AnyTagClassName
{
color: #143353;
}
</style>
background-color css
<style>
a { background-color: #143353; }
a { background-color: rgb(20,51,83); }
div.DivClassName
{
background-color: #143353;
}
.BgClassName
{
background-color: #143353;
}
</style>
border-color css
<style>
span { border-color: #143353; }
span { border-color: rgb(20,51,83); }
td.TdClassName
{
border-color: #143353;
}
.TagClassName
{
border-color: #143353;
}
</style>