Shades of Astronaut Blue #144B63
Tints of Astronaut Blue #144B63
RGB
CMYK
RGB Variations
Color information
#144B63 (or 0x144B63) is known color: Astronaut Blue. HEX triplet: 14, 4B and 63. RGB value is (20,75,99). Sum of RGB (Red+Green+Blue) = 20+75+99=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #144B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B63 is #EBB49C. Grayscale: #3D3D3D. Windows color (decimal): -15447197 or 6507284. OLE color: 6507284.
HSL color Cylindrical-coordinate representation of color #144B63: hue angle of 198.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144B63 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 75 | 99 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.61 |
| HSL | 198.23º | 0.66% | 0.23% | - |
| HSV(B) | 198.23º | 0.8% | 0.39% | - |
| XYZ | 5.06 | 6.08 | 12.71 | - |
| YUV | 61.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 99 | 0.80 | 0.24 | 0 | 0.61 | 198.23 | 0.66 | 0.23 |
| Hex | 14 | 4B | 63 | 50 | 18 | 0 | 3D | C6 | 42 | 17 |
| Octal | 24 | 113 | 143 | 120 | 30 | 0 | 75 | 306 | 102 | 27 |
| Binary | 10100 | 1001011 | 1100011 | 1010000 | 11000 | 0 | 111101 | 11000110 | 1000010 | 10111 |
Color Harmonies of #144B63
Complementary color
Monochromatic Colors of #144B63
Black with #144B63
Text Example
Text Example
White with #144B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B63; }
p { color: rgb(20,75,99); }
H1.HeaderClassName
{
color: #144B63;
}
.AnyTagClassName
{
color: #144B63;
}
</style>
background-color css
<style>
a { background-color: #144B63; }
a { background-color: rgb(20,75,99); }
div.DivClassName
{
background-color: #144B63;
}
.BgClassName
{
background-color: #144B63;
}
</style>
border-color css
<style>
span { border-color: #144B63; }
span { border-color: rgb(20,75,99); }
td.TdClassName
{
border-color: #144B63;
}
.TagClassName
{
border-color: #144B63;
}
</style>