Shades of Astronaut Blue #144757
Tints of Astronaut Blue #144757
RGB
CMYK
RGB Variations
Color information
#144757 (or 0x144757) is known color: Astronaut Blue. HEX triplet: 14, 47 and 57. RGB value is (20,71,87). Sum of RGB (Red+Green+Blue) = 20+71+87=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #144757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144757 is #EBB8A8. Grayscale: #393939. Windows color (decimal): -15448233 or 5719828. OLE color: 5719828.
HSL color Cylindrical-coordinate representation of color #144757: hue angle of 194.33º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144757 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 71 | 87 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.66 |
| HSL | 194.33º | 0.63% | 0.21% | - |
| HSV(B) | 194.33º | 0.77% | 0.34% | - |
| XYZ | 4.26 | 5.34 | 9.82 | - |
| YUV | 57.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 87 | 0.77 | 0.18 | 0 | 0.66 | 194.33 | 0.63 | 0.21 |
| Hex | 14 | 47 | 57 | 4D | 12 | 0 | 42 | C2 | 3F | 15 |
| Octal | 24 | 107 | 127 | 115 | 22 | 0 | 102 | 302 | 77 | 25 |
| Binary | 10100 | 1000111 | 1010111 | 1001101 | 10010 | 0 | 1000010 | 11000010 | 111111 | 10101 |
Color Harmonies of #144757
Complementary color
Monochromatic Colors of #144757
Black with #144757
Text Example
Text Example
White with #144757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144757; }
p { color: rgb(20,71,87); }
H1.HeaderClassName
{
color: #144757;
}
.AnyTagClassName
{
color: #144757;
}
</style>
background-color css
<style>
a { background-color: #144757; }
a { background-color: rgb(20,71,87); }
div.DivClassName
{
background-color: #144757;
}
.BgClassName
{
background-color: #144757;
}
</style>
border-color css
<style>
span { border-color: #144757; }
span { border-color: rgb(20,71,87); }
td.TdClassName
{
border-color: #144757;
}
.TagClassName
{
border-color: #144757;
}
</style>