Shades of Astronaut Blue #144B66
Tints of Astronaut Blue #144B66
RGB
CMYK
RGB Variations
Color information
#144B66 (or 0x144B66) is known color: Astronaut Blue. HEX triplet: 14, 4B and 66. RGB value is (20,75,102). Sum of RGB (Red+Green+Blue) = 20+75+102=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #144B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B66 is #EBB499. Grayscale: #3D3D3D. Windows color (decimal): -15447194 or 6703892. OLE color: 6703892.
HSL color Cylindrical-coordinate representation of color #144B66: hue angle of 199.76º 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 #144B66 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 75 | 102 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.6 |
| HSL | 199.76º | 0.67% | 0.24% | - |
| HSV(B) | 199.76º | 0.8% | 0.4% | - |
| XYZ | 5.2 | 6.14 | 13.48 | - |
| YUV | 61.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 102 | 0.80 | 0.26 | 0 | 0.6 | 199.76 | 0.67 | 0.24 |
| Hex | 14 | 4B | 66 | 50 | 1A | 0 | 3C | C8 | 43 | 18 |
| Octal | 24 | 113 | 146 | 120 | 32 | 0 | 74 | 310 | 103 | 30 |
| Binary | 10100 | 1001011 | 1100110 | 1010000 | 11010 | 0 | 111100 | 11001000 | 1000011 | 11000 |
Color Harmonies of #144B66
Complementary color
Monochromatic Colors of #144B66
Black with #144B66
Text Example
Text Example
White with #144B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B66; }
p { color: rgb(20,75,102); }
H1.HeaderClassName
{
color: #144B66;
}
.AnyTagClassName
{
color: #144B66;
}
</style>
background-color css
<style>
a { background-color: #144B66; }
a { background-color: rgb(20,75,102); }
div.DivClassName
{
background-color: #144B66;
}
.BgClassName
{
background-color: #144B66;
}
</style>
border-color css
<style>
span { border-color: #144B66; }
span { border-color: rgb(20,75,102); }
td.TdClassName
{
border-color: #144B66;
}
.TagClassName
{
border-color: #144B66;
}
</style>