Shades of Astronaut Blue #144657
Tints of Astronaut Blue #144657
RGB
CMYK
RGB Variations
Color information
#144657 (or 0x144657) is known color: Astronaut Blue. HEX triplet: 14, 46 and 57. RGB value is (20,70,87). Sum of RGB (Red+Green+Blue) = 20+70+87=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #144657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144657 is #EBB9A8. Grayscale: #383838. Windows color (decimal): -15448489 or 5719572. OLE color: 5719572.
HSL color Cylindrical-coordinate representation of color #144657: hue angle of 195.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144657 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 70 | 87 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.66 |
| HSL | 195.22º | 0.63% | 0.21% | - |
| HSV(B) | 195.22º | 0.77% | 0.34% | - |
| XYZ | 4.2 | 5.22 | 9.8 | - |
| YUV | 56.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 87 | 0.77 | 0.20 | 0 | 0.66 | 195.22 | 0.63 | 0.21 |
| Hex | 14 | 46 | 57 | 4D | 14 | 0 | 42 | C3 | 3F | 15 |
| Octal | 24 | 106 | 127 | 115 | 24 | 0 | 102 | 303 | 77 | 25 |
| Binary | 10100 | 1000110 | 1010111 | 1001101 | 10100 | 0 | 1000010 | 11000011 | 111111 | 10101 |
Color Harmonies of #144657
Complementary color
Monochromatic Colors of #144657
Black with #144657
Text Example
Text Example
White with #144657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144657; }
p { color: rgb(20,70,87); }
H1.HeaderClassName
{
color: #144657;
}
.AnyTagClassName
{
color: #144657;
}
</style>
background-color css
<style>
a { background-color: #144657; }
a { background-color: rgb(20,70,87); }
div.DivClassName
{
background-color: #144657;
}
.BgClassName
{
background-color: #144657;
}
</style>
border-color css
<style>
span { border-color: #144657; }
span { border-color: rgb(20,70,87); }
td.TdClassName
{
border-color: #144657;
}
.TagClassName
{
border-color: #144657;
}
</style>