Shades of Astronaut Blue #144154
Tints of Astronaut Blue #144154
RGB
CMYK
RGB Variations
Color information
#144154 (or 0x144154) is known color: Astronaut Blue. HEX triplet: 14, 41 and 54. RGB value is (20,65,84). Sum of RGB (Red+Green+Blue) = 20+65+84=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #144154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144154 is #EBBEAB. Grayscale: #353535. Windows color (decimal): -15449772 or 5521684. OLE color: 5521684.
HSL color Cylindrical-coordinate representation of color #144154: hue angle of 197.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144154 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 65 | 84 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.67 |
| HSL | 197.81º | 0.62% | 0.2% | - |
| HSV(B) | 197.81º | 0.76% | 0.33% | - |
| XYZ | 3.78 | 4.57 | 9.07 | - |
| YUV | 53.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 84 | 0.76 | 0.23 | 0 | 0.67 | 197.81 | 0.62 | 0.2 |
| Hex | 14 | 41 | 54 | 4C | 17 | 0 | 43 | C6 | 3E | 14 |
| Octal | 24 | 101 | 124 | 114 | 27 | 0 | 103 | 306 | 76 | 24 |
| Binary | 10100 | 1000001 | 1010100 | 1001100 | 10111 | 0 | 1000011 | 11000110 | 111110 | 10100 |
Color Harmonies of #144154
Complementary color
Monochromatic Colors of #144154
Black with #144154
Text Example
Text Example
White with #144154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144154; }
p { color: rgb(20,65,84); }
H1.HeaderClassName
{
color: #144154;
}
.AnyTagClassName
{
color: #144154;
}
</style>
background-color css
<style>
a { background-color: #144154; }
a { background-color: rgb(20,65,84); }
div.DivClassName
{
background-color: #144154;
}
.BgClassName
{
background-color: #144154;
}
</style>
border-color css
<style>
span { border-color: #144154; }
span { border-color: rgb(20,65,84); }
td.TdClassName
{
border-color: #144154;
}
.TagClassName
{
border-color: #144154;
}
</style>