Shades of Astronaut Blue #144965
Tints of Astronaut Blue #144965
RGB
CMYK
RGB Variations
Color information
#144965 (or 0x144965) is known color: Astronaut Blue. HEX triplet: 14, 49 and 65. RGB value is (20,73,101). Sum of RGB (Red+Green+Blue) = 20+73+101=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #144965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144965 is #EBB69A. Grayscale: #3C3C3C. Windows color (decimal): -15447707 or 6637844. OLE color: 6637844.
HSL color Cylindrical-coordinate representation of color #144965: hue angle of 200.74º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144965 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 73 | 101 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.60 |
| HSL | 200.74º | 0.67% | 0.24% | - |
| HSV(B) | 200.74º | 0.8% | 0.4% | - |
| XYZ | 5.02 | 5.85 | 13.18 | - |
| YUV | 60.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 101 | 0.80 | 0.28 | 0 | 0.60 | 200.74 | 0.67 | 0.24 |
| Hex | 14 | 49 | 65 | 50 | 1C | 0 | 3C | C9 | 43 | 18 |
| Octal | 24 | 111 | 145 | 120 | 34 | 0 | 74 | 311 | 103 | 30 |
| Binary | 10100 | 1001001 | 1100101 | 1010000 | 11100 | 0 | 111100 | 11001001 | 1000011 | 11000 |
Color Harmonies of #144965
Complementary color
Monochromatic Colors of #144965
Black with #144965
Text Example
Text Example
White with #144965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144965; }
p { color: rgb(20,73,101); }
H1.HeaderClassName
{
color: #144965;
}
.AnyTagClassName
{
color: #144965;
}
</style>
background-color css
<style>
a { background-color: #144965; }
a { background-color: rgb(20,73,101); }
div.DivClassName
{
background-color: #144965;
}
.BgClassName
{
background-color: #144965;
}
</style>
border-color css
<style>
span { border-color: #144965; }
span { border-color: rgb(20,73,101); }
td.TdClassName
{
border-color: #144965;
}
.TagClassName
{
border-color: #144965;
}
</style>