Shades of Astronaut Blue #144A69
Tints of Astronaut Blue #144A69
RGB
CMYK
RGB Variations
Color information
#144A69 (or 0x144A69) is known color: Astronaut Blue. HEX triplet: 14, 4A and 69. RGB value is (20,74,105). Sum of RGB (Red+Green+Blue) = 20+74+105=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #144A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A69 is #EBB596. Grayscale: #3D3D3D. Windows color (decimal): -15447447 or 6900244. OLE color: 6900244.
HSL color Cylindrical-coordinate representation of color #144A69: hue angle of 201.88º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144A69 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 74 | 105 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.59 |
| HSL | 201.88º | 0.68% | 0.25% | - |
| HSV(B) | 201.88º | 0.81% | 0.41% | - |
| XYZ | 5.29 | 6.07 | 14.26 | - |
| YUV | 61.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 105 | 0.81 | 0.30 | 0 | 0.59 | 201.88 | 0.68 | 0.25 |
| Hex | 14 | 4A | 69 | 51 | 1E | 0 | 3B | CA | 44 | 19 |
| Octal | 24 | 112 | 151 | 121 | 36 | 0 | 73 | 312 | 104 | 31 |
| Binary | 10100 | 1001010 | 1101001 | 1010001 | 11110 | 0 | 111011 | 11001010 | 1000100 | 11001 |
Color Harmonies of #144A69
Complementary color
Monochromatic Colors of #144A69
Black with #144A69
Text Example
Text Example
White with #144A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A69; }
p { color: rgb(20,74,105); }
H1.HeaderClassName
{
color: #144A69;
}
.AnyTagClassName
{
color: #144A69;
}
</style>
background-color css
<style>
a { background-color: #144A69; }
a { background-color: rgb(20,74,105); }
div.DivClassName
{
background-color: #144A69;
}
.BgClassName
{
background-color: #144A69;
}
</style>
border-color css
<style>
span { border-color: #144A69; }
span { border-color: rgb(20,74,105); }
td.TdClassName
{
border-color: #144A69;
}
.TagClassName
{
border-color: #144A69;
}
</style>