Shades of Regal Blue #143C68
Tints of Regal Blue #143C68
RGB
CMYK
RGB Variations
Color information
#143C68 (or 0x143C68) is known color: Regal Blue. HEX triplet: 14, 3C and 68. RGB value is (20,60,104). Sum of RGB (Red+Green+Blue) = 20+60+104=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #143C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C68 is #EBC397. Grayscale: #343434. Windows color (decimal): -15451032 or 6831124. OLE color: 6831124.
HSL color Cylindrical-coordinate representation of color #143C68: hue angle of 211.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143C68 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 60 | 104 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.59 |
| HSL | 211.43º | 0.68% | 0.24% | - |
| HSV(B) | 211.43º | 0.81% | 0.41% | - |
| XYZ | 4.4 | 4.38 | 13.71 | - |
| YUV | 53.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 104 | 0.81 | 0.42 | 0 | 0.59 | 211.43 | 0.68 | 0.24 |
| Hex | 14 | 3C | 68 | 51 | 2A | 0 | 3B | D3 | 44 | 18 |
| Octal | 24 | 74 | 150 | 121 | 52 | 0 | 73 | 323 | 104 | 30 |
| Binary | 10100 | 111100 | 1101000 | 1010001 | 101010 | 0 | 111011 | 11010011 | 1000100 | 11000 |
Color Harmonies of #143C68
Complementary color
Monochromatic Colors of #143C68
Black with #143C68
Text Example
Text Example
White with #143C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C68; }
p { color: rgb(20,60,104); }
H1.HeaderClassName
{
color: #143C68;
}
.AnyTagClassName
{
color: #143C68;
}
</style>
background-color css
<style>
a { background-color: #143C68; }
a { background-color: rgb(20,60,104); }
div.DivClassName
{
background-color: #143C68;
}
.BgClassName
{
background-color: #143C68;
}
</style>
border-color css
<style>
span { border-color: #143C68; }
span { border-color: rgb(20,60,104); }
td.TdClassName
{
border-color: #143C68;
}
.TagClassName
{
border-color: #143C68;
}
</style>