Shades of Astronaut Blue #144355
Tints of Astronaut Blue #144355
RGB
CMYK
RGB Variations
Color information
#144355 (or 0x144355) is known color: Astronaut Blue. HEX triplet: 14, 43 and 55. RGB value is (20,67,85). Sum of RGB (Red+Green+Blue) = 20+67+85=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #144355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144355 is #EBBCAA. Grayscale: #363636. Windows color (decimal): -15449259 or 5587732. OLE color: 5587732.
HSL color Cylindrical-coordinate representation of color #144355: hue angle of 196.62º 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 #144355 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 67 | 85 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.67 |
| HSL | 196.62º | 0.62% | 0.21% | - |
| HSV(B) | 196.62º | 0.76% | 0.33% | - |
| XYZ | 3.94 | 4.82 | 9.32 | - |
| YUV | 55 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 85 | 0.76 | 0.21 | 0 | 0.67 | 196.62 | 0.62 | 0.21 |
| Hex | 14 | 43 | 55 | 4C | 15 | 0 | 43 | C5 | 3E | 15 |
| Octal | 24 | 103 | 125 | 114 | 25 | 0 | 103 | 305 | 76 | 25 |
| Binary | 10100 | 1000011 | 1010101 | 1001100 | 10101 | 0 | 1000011 | 11000101 | 111110 | 10101 |
Color Harmonies of #144355
Complementary color
Monochromatic Colors of #144355
Black with #144355
Text Example
Text Example
White with #144355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144355; }
p { color: rgb(20,67,85); }
H1.HeaderClassName
{
color: #144355;
}
.AnyTagClassName
{
color: #144355;
}
</style>
background-color css
<style>
a { background-color: #144355; }
a { background-color: rgb(20,67,85); }
div.DivClassName
{
background-color: #144355;
}
.BgClassName
{
background-color: #144355;
}
</style>
border-color css
<style>
span { border-color: #144355; }
span { border-color: rgb(20,67,85); }
td.TdClassName
{
border-color: #144355;
}
.TagClassName
{
border-color: #144355;
}
</style>