Shades of Regal Blue #144269
Tints of Regal Blue #144269
RGB
CMYK
RGB Variations
Color information
#144269 (or 0x144269) is known color: Regal Blue. HEX triplet: 14, 42 and 69. RGB value is (20,66,105). Sum of RGB (Red+Green+Blue) = 20+66+105=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #144269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144269 is #EBBD96. Grayscale: #383838. Windows color (decimal): -15449495 or 6898196. OLE color: 6898196.
HSL color Cylindrical-coordinate representation of color #144269: hue angle of 207.53º 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 #144269 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 66 | 105 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.59 |
| HSL | 207.53º | 0.68% | 0.25% | - |
| HSV(B) | 207.53º | 0.81% | 0.41% | - |
| XYZ | 4.79 | 5.07 | 14.09 | - |
| YUV | 56.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 105 | 0.81 | 0.37 | 0 | 0.59 | 207.53 | 0.68 | 0.25 |
| Hex | 14 | 42 | 69 | 51 | 25 | 0 | 3B | D0 | 44 | 19 |
| Octal | 24 | 102 | 151 | 121 | 45 | 0 | 73 | 320 | 104 | 31 |
| Binary | 10100 | 1000010 | 1101001 | 1010001 | 100101 | 0 | 111011 | 11010000 | 1000100 | 11001 |
Color Harmonies of #144269
Complementary color
Monochromatic Colors of #144269
Black with #144269
Text Example
Text Example
White with #144269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144269; }
p { color: rgb(20,66,105); }
H1.HeaderClassName
{
color: #144269;
}
.AnyTagClassName
{
color: #144269;
}
</style>
background-color css
<style>
a { background-color: #144269; }
a { background-color: rgb(20,66,105); }
div.DivClassName
{
background-color: #144269;
}
.BgClassName
{
background-color: #144269;
}
</style>
border-color css
<style>
span { border-color: #144269; }
span { border-color: rgb(20,66,105); }
td.TdClassName
{
border-color: #144269;
}
.TagClassName
{
border-color: #144269;
}
</style>