Shades of Astronaut Blue #144764
Tints of Astronaut Blue #144764
RGB
CMYK
RGB Variations
Color information
#144764 (or 0x144764) is known color: Astronaut Blue. HEX triplet: 14, 47 and 64. RGB value is (20,71,100). Sum of RGB (Red+Green+Blue) = 20+71+100=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 100 (39.45% from 255 or 52.36% from 191); Max value from RGB is 100 - color contains mainly: blue. Hex color #144764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144764 is #EBB89B. Grayscale: #3A3A3A. Windows color (decimal): -15448220 or 6571796. OLE color: 6571796.
HSL color Cylindrical-coordinate representation of color #144764: hue angle of 201.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144764 is Cyan = 0.8, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 71 | 100 | - |
| CMYK | 0.8 | 0.29 | 0 | 0.61 |
| HSL | 201.75º | 0.67% | 0.24% | - |
| HSV(B) | 201.75º | 0.8% | 0.39% | - |
| XYZ | 4.84 | 5.58 | 12.88 | - |
| YUV | 59.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 100 | 0.8 | 0.29 | 0 | 0.61 | 201.75 | 0.67 | 0.24 |
| Hex | 14 | 47 | 64 | 50 | 1D | 0 | 3D | CA | 43 | 18 |
| Octal | 24 | 107 | 144 | 120 | 35 | 0 | 75 | 312 | 103 | 30 |
| Binary | 10100 | 1000111 | 1100100 | 1010000 | 11101 | 0 | 111101 | 11001010 | 1000011 | 11000 |
Color Harmonies of #144764
Complementary color
Monochromatic Colors of #144764
Black with #144764
Text Example
Text Example
White with #144764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144764; }
p { color: rgb(20,71,100); }
H1.HeaderClassName
{
color: #144764;
}
.AnyTagClassName
{
color: #144764;
}
</style>
background-color css
<style>
a { background-color: #144764; }
a { background-color: rgb(20,71,100); }
div.DivClassName
{
background-color: #144764;
}
.BgClassName
{
background-color: #144764;
}
</style>
border-color css
<style>
span { border-color: #144764; }
span { border-color: rgb(20,71,100); }
td.TdClassName
{
border-color: #144764;
}
.TagClassName
{
border-color: #144764;
}
</style>