Shades of Astronaut Blue #144455
Tints of Astronaut Blue #144455
RGB
CMYK
RGB Variations
Color information
#144455 (or 0x144455) is known color: Astronaut Blue. HEX triplet: 14, 44 and 55. RGB value is (20,68,85). Sum of RGB (Red+Green+Blue) = 20+68+85=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #144455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144455 is #EBBBAA. Grayscale: #373737. Windows color (decimal): -15449003 or 5587988. OLE color: 5587988.
HSL color Cylindrical-coordinate representation of color #144455: hue angle of 195.69º 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 #144455 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 68 | 85 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.67 |
| HSL | 195.69º | 0.62% | 0.21% | - |
| HSV(B) | 195.69º | 0.76% | 0.33% | - |
| XYZ | 4 | 4.94 | 9.34 | - |
| YUV | 55.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 85 | 0.76 | 0.20 | 0 | 0.67 | 195.69 | 0.62 | 0.21 |
| Hex | 14 | 44 | 55 | 4C | 14 | 0 | 43 | C4 | 3E | 15 |
| Octal | 24 | 104 | 125 | 114 | 24 | 0 | 103 | 304 | 76 | 25 |
| Binary | 10100 | 1000100 | 1010101 | 1001100 | 10100 | 0 | 1000011 | 11000100 | 111110 | 10101 |
Color Harmonies of #144455
Complementary color
Monochromatic Colors of #144455
Black with #144455
Text Example
Text Example
White with #144455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144455; }
p { color: rgb(20,68,85); }
H1.HeaderClassName
{
color: #144455;
}
.AnyTagClassName
{
color: #144455;
}
</style>
background-color css
<style>
a { background-color: #144455; }
a { background-color: rgb(20,68,85); }
div.DivClassName
{
background-color: #144455;
}
.BgClassName
{
background-color: #144455;
}
</style>
border-color css
<style>
span { border-color: #144455; }
span { border-color: rgb(20,68,85); }
td.TdClassName
{
border-color: #144455;
}
.TagClassName
{
border-color: #144455;
}
</style>