Shades of Astronaut Blue #144D65
Tints of Astronaut Blue #144D65
RGB
CMYK
RGB Variations
Color information
#144D65 (or 0x144D65) is known color: Astronaut Blue. HEX triplet: 14, 4D and 65. RGB value is (20,77,101). Sum of RGB (Red+Green+Blue) = 20+77+101=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #144D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D65 is #EBB29A. Grayscale: #3E3E3E. Windows color (decimal): -15446683 or 6638868. OLE color: 6638868.
HSL color Cylindrical-coordinate representation of color #144D65: hue angle of 197.78º 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 #144D65 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 77 | 101 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.60 |
| HSL | 197.78º | 0.67% | 0.24% | - |
| HSV(B) | 197.78º | 0.8% | 0.4% | - |
| XYZ | 5.29 | 6.4 | 13.27 | - |
| YUV | 62.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 101 | 0.80 | 0.24 | 0 | 0.60 | 197.78 | 0.67 | 0.24 |
| Hex | 14 | 4D | 65 | 50 | 18 | 0 | 3C | C6 | 43 | 18 |
| Octal | 24 | 115 | 145 | 120 | 30 | 0 | 74 | 306 | 103 | 30 |
| Binary | 10100 | 1001101 | 1100101 | 1010000 | 11000 | 0 | 111100 | 11000110 | 1000011 | 11000 |
Color Harmonies of #144D65
Complementary color
Monochromatic Colors of #144D65
Black with #144D65
Text Example
Text Example
White with #144D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D65; }
p { color: rgb(20,77,101); }
H1.HeaderClassName
{
color: #144D65;
}
.AnyTagClassName
{
color: #144D65;
}
</style>
background-color css
<style>
a { background-color: #144D65; }
a { background-color: rgb(20,77,101); }
div.DivClassName
{
background-color: #144D65;
}
.BgClassName
{
background-color: #144D65;
}
</style>
border-color css
<style>
span { border-color: #144D65; }
span { border-color: rgb(20,77,101); }
td.TdClassName
{
border-color: #144D65;
}
.TagClassName
{
border-color: #144D65;
}
</style>