Shades of Astronaut Blue #144563
Tints of Astronaut Blue #144563
RGB
CMYK
RGB Variations
Color information
#144563 (or 0x144563) is known color: Astronaut Blue. HEX triplet: 14, 45 and 63. RGB value is (20,69,99). Sum of RGB (Red+Green+Blue) = 20+69+99=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #144563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144563 is #EBBA9C. Grayscale: #393939. Windows color (decimal): -15448733 or 6505748. OLE color: 6505748.
HSL color Cylindrical-coordinate representation of color #144563: hue angle of 202.78º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144563 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 69 | 99 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.61 |
| HSL | 202.78º | 0.66% | 0.23% | - |
| HSV(B) | 202.78º | 0.8% | 0.39% | - |
| XYZ | 4.67 | 5.31 | 12.58 | - |
| YUV | 57.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 99 | 0.80 | 0.30 | 0 | 0.61 | 202.78 | 0.66 | 0.23 |
| Hex | 14 | 45 | 63 | 50 | 1E | 0 | 3D | CB | 42 | 17 |
| Octal | 24 | 105 | 143 | 120 | 36 | 0 | 75 | 313 | 102 | 27 |
| Binary | 10100 | 1000101 | 1100011 | 1010000 | 11110 | 0 | 111101 | 11001011 | 1000010 | 10111 |
Color Harmonies of #144563
Complementary color
Monochromatic Colors of #144563
Black with #144563
Text Example
Text Example
White with #144563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144563; }
p { color: rgb(20,69,99); }
H1.HeaderClassName
{
color: #144563;
}
.AnyTagClassName
{
color: #144563;
}
</style>
background-color css
<style>
a { background-color: #144563; }
a { background-color: rgb(20,69,99); }
div.DivClassName
{
background-color: #144563;
}
.BgClassName
{
background-color: #144563;
}
</style>
border-color css
<style>
span { border-color: #144563; }
span { border-color: rgb(20,69,99); }
td.TdClassName
{
border-color: #144563;
}
.TagClassName
{
border-color: #144563;
}
</style>