Shades of Astronaut Blue #144E68
Tints of Astronaut Blue #144E68
RGB
CMYK
RGB Variations
Color information
#144E68 (or 0x144E68) is known color: Astronaut Blue. HEX triplet: 14, 4E and 68. RGB value is (20,78,104). Sum of RGB (Red+Green+Blue) = 20+78+104=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #144E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E68 is #EBB197. Grayscale: #3F3F3F. Windows color (decimal): -15446424 or 6835732. OLE color: 6835732.
HSL color Cylindrical-coordinate representation of color #144E68: hue angle of 198.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144E68 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 78 | 104 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.59 |
| HSL | 198.57º | 0.68% | 0.24% | - |
| HSV(B) | 198.57º | 0.81% | 0.41% | - |
| XYZ | 5.51 | 6.6 | 14.08 | - |
| YUV | 63.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 104 | 0.81 | 0.25 | 0 | 0.59 | 198.57 | 0.68 | 0.24 |
| Hex | 14 | 4E | 68 | 51 | 19 | 0 | 3B | C7 | 44 | 18 |
| Octal | 24 | 116 | 150 | 121 | 31 | 0 | 73 | 307 | 104 | 30 |
| Binary | 10100 | 1001110 | 1101000 | 1010001 | 11001 | 0 | 111011 | 11000111 | 1000100 | 11000 |
Color Harmonies of #144E68
Complementary color
Monochromatic Colors of #144E68
Black with #144E68
Text Example
Text Example
White with #144E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E68; }
p { color: rgb(20,78,104); }
H1.HeaderClassName
{
color: #144E68;
}
.AnyTagClassName
{
color: #144E68;
}
</style>
background-color css
<style>
a { background-color: #144E68; }
a { background-color: rgb(20,78,104); }
div.DivClassName
{
background-color: #144E68;
}
.BgClassName
{
background-color: #144E68;
}
</style>
border-color css
<style>
span { border-color: #144E68; }
span { border-color: rgb(20,78,104); }
td.TdClassName
{
border-color: #144E68;
}
.TagClassName
{
border-color: #144E68;
}
</style>