Shades of Astronaut Blue #144863
Tints of Astronaut Blue #144863
RGB
CMYK
RGB Variations
Color information
#144863 (or 0x144863) is known color: Astronaut Blue. HEX triplet: 14, 48 and 63. RGB value is (20,72,99). Sum of RGB (Red+Green+Blue) = 20+72+99=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #144863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144863 is #EBB79C. Grayscale: #3B3B3B. Windows color (decimal): -15447965 or 6506516. OLE color: 6506516.
HSL color Cylindrical-coordinate representation of color #144863: hue angle of 200.51º 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 #144863 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 72 | 99 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.61 |
| HSL | 200.51º | 0.66% | 0.23% | - |
| HSV(B) | 200.51º | 0.8% | 0.39% | - |
| XYZ | 4.86 | 5.68 | 12.65 | - |
| YUV | 59.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 99 | 0.80 | 0.27 | 0 | 0.61 | 200.51 | 0.66 | 0.23 |
| Hex | 14 | 48 | 63 | 50 | 1B | 0 | 3D | C9 | 42 | 17 |
| Octal | 24 | 110 | 143 | 120 | 33 | 0 | 75 | 311 | 102 | 27 |
| Binary | 10100 | 1001000 | 1100011 | 1010000 | 11011 | 0 | 111101 | 11001001 | 1000010 | 10111 |
Color Harmonies of #144863
Complementary color
Monochromatic Colors of #144863
Black with #144863
Text Example
Text Example
White with #144863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144863; }
p { color: rgb(20,72,99); }
H1.HeaderClassName
{
color: #144863;
}
.AnyTagClassName
{
color: #144863;
}
</style>
background-color css
<style>
a { background-color: #144863; }
a { background-color: rgb(20,72,99); }
div.DivClassName
{
background-color: #144863;
}
.BgClassName
{
background-color: #144863;
}
</style>
border-color css
<style>
span { border-color: #144863; }
span { border-color: rgb(20,72,99); }
td.TdClassName
{
border-color: #144863;
}
.TagClassName
{
border-color: #144863;
}
</style>