Shades of Astronaut Blue #144E61
Tints of Astronaut Blue #144E61
RGB
CMYK
RGB Variations
Color information
#144E61 (or 0x144E61) is known color: Astronaut Blue. HEX triplet: 14, 4E and 61. RGB value is (20,78,97). Sum of RGB (Red+Green+Blue) = 20+78+97=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #144E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E61 is #EBB19E. Grayscale: #3E3E3E. Windows color (decimal): -15446431 or 6376980. OLE color: 6376980.
HSL color Cylindrical-coordinate representation of color #144E61: hue angle of 194.81º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144E61 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 78 | 97 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.62 |
| HSL | 194.81º | 0.66% | 0.23% | - |
| HSV(B) | 194.81º | 0.79% | 0.38% | - |
| XYZ | 5.17 | 6.46 | 12.28 | - |
| YUV | 62.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 97 | 0.79 | 0.20 | 0 | 0.62 | 194.81 | 0.66 | 0.23 |
| Hex | 14 | 4E | 61 | 4F | 14 | 0 | 3E | C3 | 42 | 17 |
| Octal | 24 | 116 | 141 | 117 | 24 | 0 | 76 | 303 | 102 | 27 |
| Binary | 10100 | 1001110 | 1100001 | 1001111 | 10100 | 0 | 111110 | 11000011 | 1000010 | 10111 |
Color Harmonies of #144E61
Complementary color
Monochromatic Colors of #144E61
Black with #144E61
Text Example
Text Example
White with #144E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E61; }
p { color: rgb(20,78,97); }
H1.HeaderClassName
{
color: #144E61;
}
.AnyTagClassName
{
color: #144E61;
}
</style>
background-color css
<style>
a { background-color: #144E61; }
a { background-color: rgb(20,78,97); }
div.DivClassName
{
background-color: #144E61;
}
.BgClassName
{
background-color: #144E61;
}
</style>
border-color css
<style>
span { border-color: #144E61; }
span { border-color: rgb(20,78,97); }
td.TdClassName
{
border-color: #144E61;
}
.TagClassName
{
border-color: #144E61;
}
</style>