Shades of Regal Blue #144169
Tints of Regal Blue #144169
RGB
CMYK
RGB Variations
Color information
#144169 (or 0x144169) is known color: Regal Blue. HEX triplet: 14, 41 and 69. RGB value is (20,65,105). Sum of RGB (Red+Green+Blue) = 20+65+105=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #144169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144169 is #EBBE96. Grayscale: #373737. Windows color (decimal): -15449751 or 6897940. OLE color: 6897940.
HSL color Cylindrical-coordinate representation of color #144169: hue angle of 208.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144169 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 65 | 105 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.59 |
| HSL | 208.24º | 0.68% | 0.25% | - |
| HSV(B) | 208.24º | 0.81% | 0.41% | - |
| XYZ | 4.73 | 4.95 | 14.07 | - |
| YUV | 56.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 105 | 0.81 | 0.38 | 0 | 0.59 | 208.24 | 0.68 | 0.25 |
| Hex | 14 | 41 | 69 | 51 | 26 | 0 | 3B | D0 | 44 | 19 |
| Octal | 24 | 101 | 151 | 121 | 46 | 0 | 73 | 320 | 104 | 31 |
| Binary | 10100 | 1000001 | 1101001 | 1010001 | 100110 | 0 | 111011 | 11010000 | 1000100 | 11001 |
Color Harmonies of #144169
Complementary color
Monochromatic Colors of #144169
Black with #144169
Text Example
Text Example
White with #144169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144169; }
p { color: rgb(20,65,105); }
H1.HeaderClassName
{
color: #144169;
}
.AnyTagClassName
{
color: #144169;
}
</style>
background-color css
<style>
a { background-color: #144169; }
a { background-color: rgb(20,65,105); }
div.DivClassName
{
background-color: #144169;
}
.BgClassName
{
background-color: #144169;
}
</style>
border-color css
<style>
span { border-color: #144169; }
span { border-color: rgb(20,65,105); }
td.TdClassName
{
border-color: #144169;
}
.TagClassName
{
border-color: #144169;
}
</style>