Shades of Astronaut Blue #144962
Tints of Astronaut Blue #144962
RGB
CMYK
RGB Variations
Color information
#144962 (or 0x144962) is known color: Astronaut Blue. HEX triplet: 14, 49 and 62. RGB value is (20,73,98). Sum of RGB (Red+Green+Blue) = 20+73+98=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #144962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144962 is #EBB69D. Grayscale: #3B3B3B. Windows color (decimal): -15447710 or 6441236. OLE color: 6441236.
HSL color Cylindrical-coordinate representation of color #144962: hue angle of 199.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144962 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 73 | 98 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.62 |
| HSL | 199.23º | 0.66% | 0.23% | - |
| HSV(B) | 199.23º | 0.8% | 0.38% | - |
| XYZ | 4.88 | 5.8 | 12.42 | - |
| YUV | 60 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 98 | 0.80 | 0.26 | 0 | 0.62 | 199.23 | 0.66 | 0.23 |
| Hex | 14 | 49 | 62 | 50 | 1A | 0 | 3E | C7 | 42 | 17 |
| Octal | 24 | 111 | 142 | 120 | 32 | 0 | 76 | 307 | 102 | 27 |
| Binary | 10100 | 1001001 | 1100010 | 1010000 | 11010 | 0 | 111110 | 11000111 | 1000010 | 10111 |
Color Harmonies of #144962
Complementary color
Monochromatic Colors of #144962
Black with #144962
Text Example
Text Example
White with #144962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144962; }
p { color: rgb(20,73,98); }
H1.HeaderClassName
{
color: #144962;
}
.AnyTagClassName
{
color: #144962;
}
</style>
background-color css
<style>
a { background-color: #144962; }
a { background-color: rgb(20,73,98); }
div.DivClassName
{
background-color: #144962;
}
.BgClassName
{
background-color: #144962;
}
</style>
border-color css
<style>
span { border-color: #144962; }
span { border-color: rgb(20,73,98); }
td.TdClassName
{
border-color: #144962;
}
.TagClassName
{
border-color: #144962;
}
</style>