Shades of Regal Blue #144062
Tints of Regal Blue #144062
RGB
CMYK
RGB Variations
Color information
#144062 (or 0x144062) is known color: Regal Blue. HEX triplet: 14, 40 and 62. RGB value is (20,64,98). Sum of RGB (Red+Green+Blue) = 20+64+98=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #144062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144062 is #EBBF9D. Grayscale: #363636. Windows color (decimal): -15450014 or 6438932. OLE color: 6438932.
HSL color Cylindrical-coordinate representation of color #144062: hue angle of 206.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144062 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 64 | 98 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.62 |
| HSL | 206.15º | 0.66% | 0.23% | - |
| HSV(B) | 206.15º | 0.8% | 0.38% | - |
| XYZ | 4.33 | 4.7 | 12.23 | - |
| YUV | 54.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 98 | 0.80 | 0.35 | 0 | 0.62 | 206.15 | 0.66 | 0.23 |
| Hex | 14 | 40 | 62 | 50 | 23 | 0 | 3E | CE | 42 | 17 |
| Octal | 24 | 100 | 142 | 120 | 43 | 0 | 76 | 316 | 102 | 27 |
| Binary | 10100 | 1000000 | 1100010 | 1010000 | 100011 | 0 | 111110 | 11001110 | 1000010 | 10111 |
Color Harmonies of #144062
Complementary color
Monochromatic Colors of #144062
Black with #144062
Text Example
Text Example
White with #144062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144062; }
p { color: rgb(20,64,98); }
H1.HeaderClassName
{
color: #144062;
}
.AnyTagClassName
{
color: #144062;
}
</style>
background-color css
<style>
a { background-color: #144062; }
a { background-color: rgb(20,64,98); }
div.DivClassName
{
background-color: #144062;
}
.BgClassName
{
background-color: #144062;
}
</style>
border-color css
<style>
span { border-color: #144062; }
span { border-color: rgb(20,64,98); }
td.TdClassName
{
border-color: #144062;
}
.TagClassName
{
border-color: #144062;
}
</style>