Shades of Regal Blue #144263
Tints of Regal Blue #144263
RGB
CMYK
RGB Variations
Color information
#144263 (or 0x144263) is known color: Regal Blue. HEX triplet: 14, 42 and 63. RGB value is (20,66,99). Sum of RGB (Red+Green+Blue) = 20+66+99=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #144263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144263 is #EBBD9C. Grayscale: #373737. Windows color (decimal): -15449501 or 6504980. OLE color: 6504980.
HSL color Cylindrical-coordinate representation of color #144263: hue angle of 205.06º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144263 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 66 | 99 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.61 |
| HSL | 205.06º | 0.66% | 0.23% | - |
| HSV(B) | 205.06º | 0.8% | 0.39% | - |
| XYZ | 4.49 | 4.95 | 12.52 | - |
| YUV | 56.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 99 | 0.80 | 0.33 | 0 | 0.61 | 205.06 | 0.66 | 0.23 |
| Hex | 14 | 42 | 63 | 50 | 21 | 0 | 3D | CD | 42 | 17 |
| Octal | 24 | 102 | 143 | 120 | 41 | 0 | 75 | 315 | 102 | 27 |
| Binary | 10100 | 1000010 | 1100011 | 1010000 | 100001 | 0 | 111101 | 11001101 | 1000010 | 10111 |
Color Harmonies of #144263
Complementary color
Monochromatic Colors of #144263
Black with #144263
Text Example
Text Example
White with #144263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144263; }
p { color: rgb(20,66,99); }
H1.HeaderClassName
{
color: #144263;
}
.AnyTagClassName
{
color: #144263;
}
</style>
background-color css
<style>
a { background-color: #144263; }
a { background-color: rgb(20,66,99); }
div.DivClassName
{
background-color: #144263;
}
.BgClassName
{
background-color: #144263;
}
</style>
border-color css
<style>
span { border-color: #144263; }
span { border-color: rgb(20,66,99); }
td.TdClassName
{
border-color: #144263;
}
.TagClassName
{
border-color: #144263;
}
</style>