Shades of Regal Blue #144266
Tints of Regal Blue #144266
RGB
CMYK
RGB Variations
Color information
#144266 (or 0x144266) is known color: Regal Blue. HEX triplet: 14, 42 and 66. RGB value is (20,66,102). Sum of RGB (Red+Green+Blue) = 20+66+102=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #144266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144266 is #EBBD99. Grayscale: #383838. Windows color (decimal): -15449498 or 6701588. OLE color: 6701588.
HSL color Cylindrical-coordinate representation of color #144266: hue angle of 206.34º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144266 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 66 | 102 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.6 |
| HSL | 206.34º | 0.67% | 0.24% | - |
| HSV(B) | 206.34º | 0.8% | 0.4% | - |
| XYZ | 4.63 | 5 | 13.29 | - |
| YUV | 56.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 102 | 0.80 | 0.35 | 0 | 0.6 | 206.34 | 0.67 | 0.24 |
| Hex | 14 | 42 | 66 | 50 | 23 | 0 | 3C | CE | 43 | 18 |
| Octal | 24 | 102 | 146 | 120 | 43 | 0 | 74 | 316 | 103 | 30 |
| Binary | 10100 | 1000010 | 1100110 | 1010000 | 100011 | 0 | 111100 | 11001110 | 1000011 | 11000 |
Color Harmonies of #144266
Complementary color
Monochromatic Colors of #144266
Black with #144266
Text Example
Text Example
White with #144266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144266; }
p { color: rgb(20,66,102); }
H1.HeaderClassName
{
color: #144266;
}
.AnyTagClassName
{
color: #144266;
}
</style>
background-color css
<style>
a { background-color: #144266; }
a { background-color: rgb(20,66,102); }
div.DivClassName
{
background-color: #144266;
}
.BgClassName
{
background-color: #144266;
}
</style>
border-color css
<style>
span { border-color: #144266; }
span { border-color: rgb(20,66,102); }
td.TdClassName
{
border-color: #144266;
}
.TagClassName
{
border-color: #144266;
}
</style>