Shades of Astronaut Blue #144255
Tints of Astronaut Blue #144255
RGB
CMYK
RGB Variations
Color information
#144255 (or 0x144255) is known color: Astronaut Blue. HEX triplet: 14, 42 and 55. RGB value is (20,66,85). Sum of RGB (Red+Green+Blue) = 20+66+85=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #144255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144255 is #EBBDAA. Grayscale: #363636. Windows color (decimal): -15449515 or 5587476. OLE color: 5587476.
HSL color Cylindrical-coordinate representation of color #144255: hue angle of 197.54º 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 #144255 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 66 | 85 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.67 |
| HSL | 197.54º | 0.62% | 0.21% | - |
| HSV(B) | 197.54º | 0.76% | 0.33% | - |
| XYZ | 3.88 | 4.7 | 9.3 | - |
| YUV | 54.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 85 | 0.76 | 0.22 | 0 | 0.67 | 197.54 | 0.62 | 0.21 |
| Hex | 14 | 42 | 55 | 4C | 16 | 0 | 43 | C6 | 3E | 15 |
| Octal | 24 | 102 | 125 | 114 | 26 | 0 | 103 | 306 | 76 | 25 |
| Binary | 10100 | 1000010 | 1010101 | 1001100 | 10110 | 0 | 1000011 | 11000110 | 111110 | 10101 |
Color Harmonies of #144255
Complementary color
Monochromatic Colors of #144255
Black with #144255
Text Example
Text Example
White with #144255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144255; }
p { color: rgb(20,66,85); }
H1.HeaderClassName
{
color: #144255;
}
.AnyTagClassName
{
color: #144255;
}
</style>
background-color css
<style>
a { background-color: #144255; }
a { background-color: rgb(20,66,85); }
div.DivClassName
{
background-color: #144255;
}
.BgClassName
{
background-color: #144255;
}
</style>
border-color css
<style>
span { border-color: #144255; }
span { border-color: rgb(20,66,85); }
td.TdClassName
{
border-color: #144255;
}
.TagClassName
{
border-color: #144255;
}
</style>