Shades of Regal Blue #143454
Tints of Regal Blue #143454
RGB
CMYK
RGB Variations
Color information
#143454 (or 0x143454) is known color: Regal Blue. HEX triplet: 14, 34 and 54. RGB value is (20,52,84). Sum of RGB (Red+Green+Blue) = 20+52+84=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #143454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143454 is #EBCBAB. Grayscale: #2D2D2D. Windows color (decimal): -15453100 or 5518356. OLE color: 5518356.
HSL color Cylindrical-coordinate representation of color #143454: hue angle of 210º degrees, saturation: 0.62, 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 #143454 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 52 | 84 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.67 |
| HSL | 210º | 0.62% | 0.2% | - |
| HSV(B) | 210º | 0.76% | 0.33% | - |
| XYZ | 3.12 | 3.24 | 8.85 | - |
| YUV | 46.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 84 | 0.76 | 0.38 | 0 | 0.67 | 210 | 0.62 | 0.2 |
| Hex | 14 | 34 | 54 | 4C | 26 | 0 | 43 | D2 | 3E | 14 |
| Octal | 24 | 64 | 124 | 114 | 46 | 0 | 103 | 322 | 76 | 24 |
| Binary | 10100 | 110100 | 1010100 | 1001100 | 100110 | 0 | 1000011 | 11010010 | 111110 | 10100 |
Color Harmonies of #143454
Complementary color
Monochromatic Colors of #143454
Black with #143454
Text Example
Text Example
White with #143454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143454; }
p { color: rgb(20,52,84); }
H1.HeaderClassName
{
color: #143454;
}
.AnyTagClassName
{
color: #143454;
}
</style>
background-color css
<style>
a { background-color: #143454; }
a { background-color: rgb(20,52,84); }
div.DivClassName
{
background-color: #143454;
}
.BgClassName
{
background-color: #143454;
}
</style>
border-color css
<style>
span { border-color: #143454; }
span { border-color: rgb(20,52,84); }
td.TdClassName
{
border-color: #143454;
}
.TagClassName
{
border-color: #143454;
}
</style>