Shades of Regal Blue #144067
Tints of Regal Blue #144067
RGB
CMYK
RGB Variations
Color information
#144067 (or 0x144067) is known color: Regal Blue. HEX triplet: 14, 40 and 67. RGB value is (20,64,103). Sum of RGB (Red+Green+Blue) = 20+64+103=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #144067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144067 is #EBBF98. Grayscale: #373737. Windows color (decimal): -15450009 or 6766612. OLE color: 6766612.
HSL color Cylindrical-coordinate representation of color #144067: hue angle of 208.19º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144067 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 64 | 103 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.60 |
| HSL | 208.19º | 0.67% | 0.24% | - |
| HSV(B) | 208.19º | 0.81% | 0.4% | - |
| XYZ | 4.57 | 4.79 | 13.52 | - |
| YUV | 55.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 103 | 0.81 | 0.38 | 0 | 0.60 | 208.19 | 0.67 | 0.24 |
| Hex | 14 | 40 | 67 | 51 | 26 | 0 | 3C | D0 | 43 | 18 |
| Octal | 24 | 100 | 147 | 121 | 46 | 0 | 74 | 320 | 103 | 30 |
| Binary | 10100 | 1000000 | 1100111 | 1010001 | 100110 | 0 | 111100 | 11010000 | 1000011 | 11000 |
Color Harmonies of #144067
Complementary color
Monochromatic Colors of #144067
Black with #144067
Text Example
Text Example
White with #144067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144067; }
p { color: rgb(20,64,103); }
H1.HeaderClassName
{
color: #144067;
}
.AnyTagClassName
{
color: #144067;
}
</style>
background-color css
<style>
a { background-color: #144067; }
a { background-color: rgb(20,64,103); }
div.DivClassName
{
background-color: #144067;
}
.BgClassName
{
background-color: #144067;
}
</style>
border-color css
<style>
span { border-color: #144067; }
span { border-color: rgb(20,64,103); }
td.TdClassName
{
border-color: #144067;
}
.TagClassName
{
border-color: #144067;
}
</style>