Shades of Astronaut Blue #144E64
Tints of Astronaut Blue #144E64
RGB
CMYK
RGB Variations
Color information
#144E64 (or 0x144E64) is known color: Astronaut Blue. HEX triplet: 14, 4E and 64. RGB value is (20,78,100). Sum of RGB (Red+Green+Blue) = 20+78+100=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #144E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E64 is #EBB19B. Grayscale: #3F3F3F. Windows color (decimal): -15446428 or 6573588. OLE color: 6573588.
HSL color Cylindrical-coordinate representation of color #144E64: hue angle of 196.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144E64 is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 78 | 100 | - |
| CMYK | 0.8 | 0.22 | 0 | 0.61 |
| HSL | 196.5º | 0.67% | 0.24% | - |
| HSV(B) | 196.5º | 0.8% | 0.39% | - |
| XYZ | 5.31 | 6.52 | 13.03 | - |
| YUV | 63.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 100 | 0.8 | 0.22 | 0 | 0.61 | 196.5 | 0.67 | 0.24 |
| Hex | 14 | 4E | 64 | 50 | 16 | 0 | 3D | C4 | 43 | 18 |
| Octal | 24 | 116 | 144 | 120 | 26 | 0 | 75 | 304 | 103 | 30 |
| Binary | 10100 | 1001110 | 1100100 | 1010000 | 10110 | 0 | 111101 | 11000100 | 1000011 | 11000 |
Color Harmonies of #144E64
Complementary color
Monochromatic Colors of #144E64
Black with #144E64
Text Example
Text Example
White with #144E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E64; }
p { color: rgb(20,78,100); }
H1.HeaderClassName
{
color: #144E64;
}
.AnyTagClassName
{
color: #144E64;
}
</style>
background-color css
<style>
a { background-color: #144E64; }
a { background-color: rgb(20,78,100); }
div.DivClassName
{
background-color: #144E64;
}
.BgClassName
{
background-color: #144E64;
}
</style>
border-color css
<style>
span { border-color: #144E64; }
span { border-color: rgb(20,78,100); }
td.TdClassName
{
border-color: #144E64;
}
.TagClassName
{
border-color: #144E64;
}
</style>