Shades of Astronaut Blue #144458
Tints of Astronaut Blue #144458
RGB
CMYK
RGB Variations
Color information
#144458 (or 0x144458) is known color: Astronaut Blue. HEX triplet: 14, 44 and 58. RGB value is (20,68,88). Sum of RGB (Red+Green+Blue) = 20+68+88=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #144458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144458 is #EBBBA7. Grayscale: #373737. Windows color (decimal): -15449000 or 5784596. OLE color: 5784596.
HSL color Cylindrical-coordinate representation of color #144458: hue angle of 197.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144458 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 68 | 88 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.65 |
| HSL | 197.65º | 0.63% | 0.21% | - |
| HSV(B) | 197.65º | 0.77% | 0.35% | - |
| XYZ | 4.12 | 4.99 | 9.98 | - |
| YUV | 55.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 88 | 0.77 | 0.23 | 0 | 0.65 | 197.65 | 0.63 | 0.21 |
| Hex | 14 | 44 | 58 | 4D | 17 | 0 | 41 | C6 | 3F | 15 |
| Octal | 24 | 104 | 130 | 115 | 27 | 0 | 101 | 306 | 77 | 25 |
| Binary | 10100 | 1000100 | 1011000 | 1001101 | 10111 | 0 | 1000001 | 11000110 | 111111 | 10101 |
Color Harmonies of #144458
Complementary color
Monochromatic Colors of #144458
Black with #144458
Text Example
Text Example
White with #144458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144458; }
p { color: rgb(20,68,88); }
H1.HeaderClassName
{
color: #144458;
}
.AnyTagClassName
{
color: #144458;
}
</style>
background-color css
<style>
a { background-color: #144458; }
a { background-color: rgb(20,68,88); }
div.DivClassName
{
background-color: #144458;
}
.BgClassName
{
background-color: #144458;
}
</style>
border-color css
<style>
span { border-color: #144458; }
span { border-color: rgb(20,68,88); }
td.TdClassName
{
border-color: #144458;
}
.TagClassName
{
border-color: #144458;
}
</style>