Shades of Astronaut Blue #144257
Tints of Astronaut Blue #144257
RGB
CMYK
RGB Variations
Color information
#144257 (or 0x144257) is known color: Astronaut Blue. HEX triplet: 14, 42 and 57. RGB value is (20,66,87). Sum of RGB (Red+Green+Blue) = 20+66+87=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #144257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144257 is #EBBDA8. Grayscale: #363636. Windows color (decimal): -15449513 or 5718548. OLE color: 5718548.
HSL color Cylindrical-coordinate representation of color #144257: hue angle of 198.81º 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 #144257 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 66 | 87 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.66 |
| HSL | 198.81º | 0.63% | 0.21% | - |
| HSV(B) | 198.81º | 0.77% | 0.34% | - |
| XYZ | 3.96 | 4.73 | 9.72 | - |
| YUV | 54.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 87 | 0.77 | 0.24 | 0 | 0.66 | 198.81 | 0.63 | 0.21 |
| Hex | 14 | 42 | 57 | 4D | 18 | 0 | 42 | C7 | 3F | 15 |
| Octal | 24 | 102 | 127 | 115 | 30 | 0 | 102 | 307 | 77 | 25 |
| Binary | 10100 | 1000010 | 1010111 | 1001101 | 11000 | 0 | 1000010 | 11000111 | 111111 | 10101 |
Color Harmonies of #144257
Complementary color
Monochromatic Colors of #144257
Black with #144257
Text Example
Text Example
White with #144257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144257; }
p { color: rgb(20,66,87); }
H1.HeaderClassName
{
color: #144257;
}
.AnyTagClassName
{
color: #144257;
}
</style>
background-color css
<style>
a { background-color: #144257; }
a { background-color: rgb(20,66,87); }
div.DivClassName
{
background-color: #144257;
}
.BgClassName
{
background-color: #144257;
}
</style>
border-color css
<style>
span { border-color: #144257; }
span { border-color: rgb(20,66,87); }
td.TdClassName
{
border-color: #144257;
}
.TagClassName
{
border-color: #144257;
}
</style>