Shades of Regal Blue #144468
Tints of Regal Blue #144468
RGB
CMYK
RGB Variations
Color information
#144468 (or 0x144468) is known color: Regal Blue. HEX triplet: 14, 44 and 68. RGB value is (20,68,104). Sum of RGB (Red+Green+Blue) = 20+68+104=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #144468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144468 is #EBBB97. Grayscale: #393939. Windows color (decimal): -15448984 or 6833172. OLE color: 6833172.
HSL color Cylindrical-coordinate representation of color #144468: hue angle of 205.71º 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 #144468 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 68 | 104 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.59 |
| HSL | 205.71º | 0.68% | 0.24% | - |
| HSV(B) | 205.71º | 0.81% | 0.41% | - |
| XYZ | 4.85 | 5.28 | 13.86 | - |
| YUV | 57.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 104 | 0.81 | 0.35 | 0 | 0.59 | 205.71 | 0.68 | 0.24 |
| Hex | 14 | 44 | 68 | 51 | 23 | 0 | 3B | CE | 44 | 18 |
| Octal | 24 | 104 | 150 | 121 | 43 | 0 | 73 | 316 | 104 | 30 |
| Binary | 10100 | 1000100 | 1101000 | 1010001 | 100011 | 0 | 111011 | 11001110 | 1000100 | 11000 |
Color Harmonies of #144468
Complementary color
Monochromatic Colors of #144468
Black with #144468
Text Example
Text Example
White with #144468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144468; }
p { color: rgb(20,68,104); }
H1.HeaderClassName
{
color: #144468;
}
.AnyTagClassName
{
color: #144468;
}
</style>
background-color css
<style>
a { background-color: #144468; }
a { background-color: rgb(20,68,104); }
div.DivClassName
{
background-color: #144468;
}
.BgClassName
{
background-color: #144468;
}
</style>
border-color css
<style>
span { border-color: #144468; }
span { border-color: rgb(20,68,104); }
td.TdClassName
{
border-color: #144468;
}
.TagClassName
{
border-color: #144468;
}
</style>