Shades of Astronaut Blue #144358
Tints of Astronaut Blue #144358
RGB
CMYK
RGB Variations
Color information
#144358 (or 0x144358) is known color: Astronaut Blue. HEX triplet: 14, 43 and 58. RGB value is (20,67,88). Sum of RGB (Red+Green+Blue) = 20+67+88=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #144358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144358 is #EBBCA7. Grayscale: #373737. Windows color (decimal): -15449256 or 5784340. OLE color: 5784340.
HSL color Cylindrical-coordinate representation of color #144358: hue angle of 198.53º 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 #144358 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 67 | 88 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.65 |
| HSL | 198.53º | 0.63% | 0.21% | - |
| HSV(B) | 198.53º | 0.77% | 0.35% | - |
| XYZ | 4.06 | 4.87 | 9.96 | - |
| YUV | 55.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 88 | 0.77 | 0.24 | 0 | 0.65 | 198.53 | 0.63 | 0.21 |
| Hex | 14 | 43 | 58 | 4D | 18 | 0 | 41 | C7 | 3F | 15 |
| Octal | 24 | 103 | 130 | 115 | 30 | 0 | 101 | 307 | 77 | 25 |
| Binary | 10100 | 1000011 | 1011000 | 1001101 | 11000 | 0 | 1000001 | 11000111 | 111111 | 10101 |
Color Harmonies of #144358
Complementary color
Monochromatic Colors of #144358
Black with #144358
Text Example
Text Example
White with #144358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144358; }
p { color: rgb(20,67,88); }
H1.HeaderClassName
{
color: #144358;
}
.AnyTagClassName
{
color: #144358;
}
</style>
background-color css
<style>
a { background-color: #144358; }
a { background-color: rgb(20,67,88); }
div.DivClassName
{
background-color: #144358;
}
.BgClassName
{
background-color: #144358;
}
</style>
border-color css
<style>
span { border-color: #144358; }
span { border-color: rgb(20,67,88); }
td.TdClassName
{
border-color: #144358;
}
.TagClassName
{
border-color: #144358;
}
</style>