Shades of Astronaut Blue #144963
Tints of Astronaut Blue #144963
RGB
CMYK
RGB Variations
Color information
#144963 (or 0x144963) is known color: Astronaut Blue. HEX triplet: 14, 49 and 63. RGB value is (20,73,99). Sum of RGB (Red+Green+Blue) = 20+73+99=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #144963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144963 is #EBB69C. Grayscale: #3B3B3B. Windows color (decimal): -15447709 or 6506772. OLE color: 6506772.
HSL color Cylindrical-coordinate representation of color #144963: hue angle of 199.75º 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 #144963 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 73 | 99 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.61 |
| HSL | 199.75º | 0.66% | 0.23% | - |
| HSV(B) | 199.75º | 0.8% | 0.39% | - |
| XYZ | 4.92 | 5.81 | 12.67 | - |
| YUV | 60.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 99 | 0.80 | 0.26 | 0 | 0.61 | 199.75 | 0.66 | 0.23 |
| Hex | 14 | 49 | 63 | 50 | 1A | 0 | 3D | C8 | 42 | 17 |
| Octal | 24 | 111 | 143 | 120 | 32 | 0 | 75 | 310 | 102 | 27 |
| Binary | 10100 | 1001001 | 1100011 | 1010000 | 11010 | 0 | 111101 | 11001000 | 1000010 | 10111 |
Color Harmonies of #144963
Complementary color
Monochromatic Colors of #144963
Black with #144963
Text Example
Text Example
White with #144963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144963; }
p { color: rgb(20,73,99); }
H1.HeaderClassName
{
color: #144963;
}
.AnyTagClassName
{
color: #144963;
}
</style>
background-color css
<style>
a { background-color: #144963; }
a { background-color: rgb(20,73,99); }
div.DivClassName
{
background-color: #144963;
}
.BgClassName
{
background-color: #144963;
}
</style>
border-color css
<style>
span { border-color: #144963; }
span { border-color: rgb(20,73,99); }
td.TdClassName
{
border-color: #144963;
}
.TagClassName
{
border-color: #144963;
}
</style>