Shades of Astronaut Blue #144A63
Tints of Astronaut Blue #144A63
RGB
CMYK
RGB Variations
Color information
#144A63 (or 0x144A63) is known color: Astronaut Blue. HEX triplet: 14, 4A and 63. RGB value is (20,74,99). Sum of RGB (Red+Green+Blue) = 20+74+99=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #144A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A63 is #EBB59C. Grayscale: #3C3C3C. Windows color (decimal): -15447453 or 6507028. OLE color: 6507028.
HSL color Cylindrical-coordinate representation of color #144A63: hue angle of 198.99º 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 #144A63 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 74 | 99 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.61 |
| HSL | 198.99º | 0.66% | 0.23% | - |
| HSV(B) | 198.99º | 0.8% | 0.39% | - |
| XYZ | 4.99 | 5.95 | 12.69 | - |
| YUV | 60.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 99 | 0.80 | 0.25 | 0 | 0.61 | 198.99 | 0.66 | 0.23 |
| Hex | 14 | 4A | 63 | 50 | 19 | 0 | 3D | C7 | 42 | 17 |
| Octal | 24 | 112 | 143 | 120 | 31 | 0 | 75 | 307 | 102 | 27 |
| Binary | 10100 | 1001010 | 1100011 | 1010000 | 11001 | 0 | 111101 | 11000111 | 1000010 | 10111 |
Color Harmonies of #144A63
Complementary color
Monochromatic Colors of #144A63
Black with #144A63
Text Example
Text Example
White with #144A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A63; }
p { color: rgb(20,74,99); }
H1.HeaderClassName
{
color: #144A63;
}
.AnyTagClassName
{
color: #144A63;
}
</style>
background-color css
<style>
a { background-color: #144A63; }
a { background-color: rgb(20,74,99); }
div.DivClassName
{
background-color: #144A63;
}
.BgClassName
{
background-color: #144A63;
}
</style>
border-color css
<style>
span { border-color: #144A63; }
span { border-color: rgb(20,74,99); }
td.TdClassName
{
border-color: #144A63;
}
.TagClassName
{
border-color: #144A63;
}
</style>