Shades of Astronaut Blue #144457
Tints of Astronaut Blue #144457
RGB
CMYK
RGB Variations
Color information
#144457 (or 0x144457) is known color: Astronaut Blue. HEX triplet: 14, 44 and 57. RGB value is (20,68,87). Sum of RGB (Red+Green+Blue) = 20+68+87=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #144457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144457 is #EBBBA8. Grayscale: #373737. Windows color (decimal): -15449001 or 5719060. OLE color: 5719060.
HSL color Cylindrical-coordinate representation of color #144457: hue angle of 197.01º 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 #144457 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 68 | 87 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.66 |
| HSL | 197.01º | 0.63% | 0.21% | - |
| HSV(B) | 197.01º | 0.77% | 0.34% | - |
| XYZ | 4.08 | 4.97 | 9.76 | - |
| YUV | 55.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 87 | 0.77 | 0.22 | 0 | 0.66 | 197.01 | 0.63 | 0.21 |
| Hex | 14 | 44 | 57 | 4D | 16 | 0 | 42 | C5 | 3F | 15 |
| Octal | 24 | 104 | 127 | 115 | 26 | 0 | 102 | 305 | 77 | 25 |
| Binary | 10100 | 1000100 | 1010111 | 1001101 | 10110 | 0 | 1000010 | 11000101 | 111111 | 10101 |
Color Harmonies of #144457
Complementary color
Monochromatic Colors of #144457
Black with #144457
Text Example
Text Example
White with #144457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144457; }
p { color: rgb(20,68,87); }
H1.HeaderClassName
{
color: #144457;
}
.AnyTagClassName
{
color: #144457;
}
</style>
background-color css
<style>
a { background-color: #144457; }
a { background-color: rgb(20,68,87); }
div.DivClassName
{
background-color: #144457;
}
.BgClassName
{
background-color: #144457;
}
</style>
border-color css
<style>
span { border-color: #144457; }
span { border-color: rgb(20,68,87); }
td.TdClassName
{
border-color: #144457;
}
.TagClassName
{
border-color: #144457;
}
</style>