Shades of Regal Blue #143D64
Tints of Regal Blue #143D64
RGB
CMYK
RGB Variations
Color information
#143D64 (or 0x143D64) is known color: Regal Blue. HEX triplet: 14, 3D and 64. RGB value is (20,61,100). Sum of RGB (Red+Green+Blue) = 20+61+100=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #143D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D64 is #EBC29B. Grayscale: #343434. Windows color (decimal): -15450780 or 6569236. OLE color: 6569236.
HSL color Cylindrical-coordinate representation of color #143D64: hue angle of 209.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143D64 is Cyan = 0.8, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 61 | 100 | - |
| CMYK | 0.8 | 0.39 | 0 | 0.61 |
| HSL | 209.25º | 0.67% | 0.24% | - |
| HSV(B) | 209.25º | 0.8% | 0.39% | - |
| XYZ | 4.26 | 4.41 | 12.68 | - |
| YUV | 53.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 100 | 0.8 | 0.39 | 0 | 0.61 | 209.25 | 0.67 | 0.24 |
| Hex | 14 | 3D | 64 | 50 | 27 | 0 | 3D | D1 | 43 | 18 |
| Octal | 24 | 75 | 144 | 120 | 47 | 0 | 75 | 321 | 103 | 30 |
| Binary | 10100 | 111101 | 1100100 | 1010000 | 100111 | 0 | 111101 | 11010001 | 1000011 | 11000 |
Color Harmonies of #143D64
Complementary color
Monochromatic Colors of #143D64
Black with #143D64
Text Example
Text Example
White with #143D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D64; }
p { color: rgb(20,61,100); }
H1.HeaderClassName
{
color: #143D64;
}
.AnyTagClassName
{
color: #143D64;
}
</style>
background-color css
<style>
a { background-color: #143D64; }
a { background-color: rgb(20,61,100); }
div.DivClassName
{
background-color: #143D64;
}
.BgClassName
{
background-color: #143D64;
}
</style>
border-color css
<style>
span { border-color: #143D64; }
span { border-color: rgb(20,61,100); }
td.TdClassName
{
border-color: #143D64;
}
.TagClassName
{
border-color: #143D64;
}
</style>