Shades of Regal Blue #144162
Tints of Regal Blue #144162
RGB
CMYK
RGB Variations
Color information
#144162 (or 0x144162) is known color: Regal Blue. HEX triplet: 14, 41 and 62. RGB value is (20,65,98). Sum of RGB (Red+Green+Blue) = 20+65+98=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #144162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144162 is #EBBE9D. Grayscale: #373737. Windows color (decimal): -15449758 or 6439188. OLE color: 6439188.
HSL color Cylindrical-coordinate representation of color #144162: hue angle of 205.38º 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 #144162 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 65 | 98 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.62 |
| HSL | 205.38º | 0.66% | 0.23% | - |
| HSV(B) | 205.38º | 0.8% | 0.38% | - |
| XYZ | 4.38 | 4.81 | 12.25 | - |
| YUV | 55.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 98 | 0.80 | 0.34 | 0 | 0.62 | 205.38 | 0.66 | 0.23 |
| Hex | 14 | 41 | 62 | 50 | 22 | 0 | 3E | CD | 42 | 17 |
| Octal | 24 | 101 | 142 | 120 | 42 | 0 | 76 | 315 | 102 | 27 |
| Binary | 10100 | 1000001 | 1100010 | 1010000 | 100010 | 0 | 111110 | 11001101 | 1000010 | 10111 |
Color Harmonies of #144162
Complementary color
Monochromatic Colors of #144162
Black with #144162
Text Example
Text Example
White with #144162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144162; }
p { color: rgb(20,65,98); }
H1.HeaderClassName
{
color: #144162;
}
.AnyTagClassName
{
color: #144162;
}
</style>
background-color css
<style>
a { background-color: #144162; }
a { background-color: rgb(20,65,98); }
div.DivClassName
{
background-color: #144162;
}
.BgClassName
{
background-color: #144162;
}
</style>
border-color css
<style>
span { border-color: #144162; }
span { border-color: rgb(20,65,98); }
td.TdClassName
{
border-color: #144162;
}
.TagClassName
{
border-color: #144162;
}
</style>