Shades of Astronaut Blue #144663
Tints of Astronaut Blue #144663
RGB
CMYK
RGB Variations
Color information
#144663 (or 0x144663) is known color: Astronaut Blue. HEX triplet: 14, 46 and 63. RGB value is (20,70,99). Sum of RGB (Red+Green+Blue) = 20+70+99=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #144663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144663 is #EBB99C. Grayscale: #3A3A3A. Windows color (decimal): -15448477 or 6506004. OLE color: 6506004.
HSL color Cylindrical-coordinate representation of color #144663: hue angle of 202.03º 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 #144663 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 70 | 99 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.61 |
| HSL | 202.03º | 0.66% | 0.23% | - |
| HSV(B) | 202.03º | 0.8% | 0.39% | - |
| XYZ | 4.73 | 5.43 | 12.6 | - |
| YUV | 58.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 99 | 0.80 | 0.29 | 0 | 0.61 | 202.03 | 0.66 | 0.23 |
| Hex | 14 | 46 | 63 | 50 | 1D | 0 | 3D | CA | 42 | 17 |
| Octal | 24 | 106 | 143 | 120 | 35 | 0 | 75 | 312 | 102 | 27 |
| Binary | 10100 | 1000110 | 1100011 | 1010000 | 11101 | 0 | 111101 | 11001010 | 1000010 | 10111 |
Color Harmonies of #144663
Complementary color
Monochromatic Colors of #144663
Black with #144663
Text Example
Text Example
White with #144663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144663; }
p { color: rgb(20,70,99); }
H1.HeaderClassName
{
color: #144663;
}
.AnyTagClassName
{
color: #144663;
}
</style>
background-color css
<style>
a { background-color: #144663; }
a { background-color: rgb(20,70,99); }
div.DivClassName
{
background-color: #144663;
}
.BgClassName
{
background-color: #144663;
}
</style>
border-color css
<style>
span { border-color: #144663; }
span { border-color: rgb(20,70,99); }
td.TdClassName
{
border-color: #144663;
}
.TagClassName
{
border-color: #144663;
}
</style>