Shades of Astronaut Blue #144F69
Tints of Astronaut Blue #144F69
RGB
CMYK
RGB Variations
Color information
#144F69 (or 0x144F69) is known color: Astronaut Blue. HEX triplet: 14, 4F and 69. RGB value is (20,79,105). Sum of RGB (Red+Green+Blue) = 20+79+105=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #144F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F69 is #EBB096. Grayscale: #404040. Windows color (decimal): -15446167 or 6901524. OLE color: 6901524.
HSL color Cylindrical-coordinate representation of color #144F69: hue angle of 198.35º 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 #144F69 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 79 | 105 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.59 |
| HSL | 198.35º | 0.68% | 0.25% | - |
| HSV(B) | 198.35º | 0.81% | 0.41% | - |
| XYZ | 5.63 | 6.76 | 14.37 | - |
| YUV | 64.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 105 | 0.81 | 0.25 | 0 | 0.59 | 198.35 | 0.68 | 0.25 |
| Hex | 14 | 4F | 69 | 51 | 19 | 0 | 3B | C6 | 44 | 19 |
| Octal | 24 | 117 | 151 | 121 | 31 | 0 | 73 | 306 | 104 | 31 |
| Binary | 10100 | 1001111 | 1101001 | 1010001 | 11001 | 0 | 111011 | 11000110 | 1000100 | 11001 |
Color Harmonies of #144F69
Complementary color
Monochromatic Colors of #144F69
Black with #144F69
Text Example
Text Example
White with #144F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F69; }
p { color: rgb(20,79,105); }
H1.HeaderClassName
{
color: #144F69;
}
.AnyTagClassName
{
color: #144F69;
}
</style>
background-color css
<style>
a { background-color: #144F69; }
a { background-color: rgb(20,79,105); }
div.DivClassName
{
background-color: #144F69;
}
.BgClassName
{
background-color: #144F69;
}
</style>
border-color css
<style>
span { border-color: #144F69; }
span { border-color: rgb(20,79,105); }
td.TdClassName
{
border-color: #144F69;
}
.TagClassName
{
border-color: #144F69;
}
</style>