Shades of Astronaut Blue #144866
Tints of Astronaut Blue #144866
RGB
CMYK
RGB Variations
Color information
#144866 (or 0x144866) is known color: Astronaut Blue. HEX triplet: 14, 48 and 66. RGB value is (20,72,102). Sum of RGB (Red+Green+Blue) = 20+72+102=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #144866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144866 is #EBB799. Grayscale: #3B3B3B. Windows color (decimal): -15447962 or 6703124. OLE color: 6703124.
HSL color Cylindrical-coordinate representation of color #144866: hue angle of 201.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144866 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 72 | 102 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.6 |
| HSL | 201.95º | 0.67% | 0.24% | - |
| HSV(B) | 201.95º | 0.8% | 0.4% | - |
| XYZ | 5 | 5.74 | 13.42 | - |
| YUV | 59.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 102 | 0.80 | 0.29 | 0 | 0.6 | 201.95 | 0.67 | 0.24 |
| Hex | 14 | 48 | 66 | 50 | 1D | 0 | 3C | CA | 43 | 18 |
| Octal | 24 | 110 | 146 | 120 | 35 | 0 | 74 | 312 | 103 | 30 |
| Binary | 10100 | 1001000 | 1100110 | 1010000 | 11101 | 0 | 111100 | 11001010 | 1000011 | 11000 |
Color Harmonies of #144866
Complementary color
Monochromatic Colors of #144866
Black with #144866
Text Example
Text Example
White with #144866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144866; }
p { color: rgb(20,72,102); }
H1.HeaderClassName
{
color: #144866;
}
.AnyTagClassName
{
color: #144866;
}
</style>
background-color css
<style>
a { background-color: #144866; }
a { background-color: rgb(20,72,102); }
div.DivClassName
{
background-color: #144866;
}
.BgClassName
{
background-color: #144866;
}
</style>
border-color css
<style>
span { border-color: #144866; }
span { border-color: rgb(20,72,102); }
td.TdClassName
{
border-color: #144866;
}
.TagClassName
{
border-color: #144866;
}
</style>