Shades of Astronaut Blue #144055
Tints of Astronaut Blue #144055
RGB
CMYK
RGB Variations
Color information
#144055 (or 0x144055) is known color: Astronaut Blue. HEX triplet: 14, 40 and 55. RGB value is (20,64,85). Sum of RGB (Red+Green+Blue) = 20+64+85=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #144055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144055 is #EBBFAA. Grayscale: #353535. Windows color (decimal): -15450027 or 5586964. OLE color: 5586964.
HSL color Cylindrical-coordinate representation of color #144055: hue angle of 199.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144055 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 64 | 85 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.67 |
| HSL | 199.38º | 0.62% | 0.21% | - |
| HSV(B) | 199.38º | 0.76% | 0.33% | - |
| XYZ | 3.76 | 4.47 | 9.26 | - |
| YUV | 53.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 85 | 0.76 | 0.25 | 0 | 0.67 | 199.38 | 0.62 | 0.21 |
| Hex | 14 | 40 | 55 | 4C | 19 | 0 | 43 | C7 | 3E | 15 |
| Octal | 24 | 100 | 125 | 114 | 31 | 0 | 103 | 307 | 76 | 25 |
| Binary | 10100 | 1000000 | 1010101 | 1001100 | 11001 | 0 | 1000011 | 11000111 | 111110 | 10101 |
Color Harmonies of #144055
Complementary color
Monochromatic Colors of #144055
Black with #144055
Text Example
Text Example
White with #144055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144055; }
p { color: rgb(20,64,85); }
H1.HeaderClassName
{
color: #144055;
}
.AnyTagClassName
{
color: #144055;
}
</style>
background-color css
<style>
a { background-color: #144055; }
a { background-color: rgb(20,64,85); }
div.DivClassName
{
background-color: #144055;
}
.BgClassName
{
background-color: #144055;
}
</style>
border-color css
<style>
span { border-color: #144055; }
span { border-color: rgb(20,64,85); }
td.TdClassName
{
border-color: #144055;
}
.TagClassName
{
border-color: #144055;
}
</style>