Shades of Astronaut Blue #144254
Tints of Astronaut Blue #144254
RGB
CMYK
RGB Variations
Color information
#144254 (or 0x144254) is known color: Astronaut Blue. HEX triplet: 14, 42 and 54. RGB value is (20,66,84). Sum of RGB (Red+Green+Blue) = 20+66+84=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #144254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144254 is #EBBDAB. Grayscale: #363636. Windows color (decimal): -15449516 or 5521940. OLE color: 5521940.
HSL color Cylindrical-coordinate representation of color #144254: hue angle of 196.88º 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 #144254 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 66 | 84 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.67 |
| HSL | 196.88º | 0.62% | 0.2% | - |
| HSV(B) | 196.88º | 0.76% | 0.33% | - |
| XYZ | 3.84 | 4.69 | 9.09 | - |
| YUV | 54.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 84 | 0.76 | 0.21 | 0 | 0.67 | 196.88 | 0.62 | 0.2 |
| Hex | 14 | 42 | 54 | 4C | 15 | 0 | 43 | C5 | 3E | 14 |
| Octal | 24 | 102 | 124 | 114 | 25 | 0 | 103 | 305 | 76 | 24 |
| Binary | 10100 | 1000010 | 1010100 | 1001100 | 10101 | 0 | 1000011 | 11000101 | 111110 | 10100 |
Color Harmonies of #144254
Complementary color
Monochromatic Colors of #144254
Black with #144254
Text Example
Text Example
White with #144254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144254; }
p { color: rgb(20,66,84); }
H1.HeaderClassName
{
color: #144254;
}
.AnyTagClassName
{
color: #144254;
}
</style>
background-color css
<style>
a { background-color: #144254; }
a { background-color: rgb(20,66,84); }
div.DivClassName
{
background-color: #144254;
}
.BgClassName
{
background-color: #144254;
}
</style>
border-color css
<style>
span { border-color: #144254; }
span { border-color: rgb(20,66,84); }
td.TdClassName
{
border-color: #144254;
}
.TagClassName
{
border-color: #144254;
}
</style>