Shades of Astronaut Blue #144C63
Tints of Astronaut Blue #144C63
RGB
CMYK
RGB Variations
Color information
#144C63 (or 0x144C63) is known color: Astronaut Blue. HEX triplet: 14, 4C and 63. RGB value is (20,76,99). Sum of RGB (Red+Green+Blue) = 20+76+99=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #144C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C63 is #EBB39C. Grayscale: #3D3D3D. Windows color (decimal): -15446941 or 6507540. OLE color: 6507540.
HSL color Cylindrical-coordinate representation of color #144C63: hue angle of 197.47º 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 #144C63 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 76 | 99 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.61 |
| HSL | 197.47º | 0.66% | 0.23% | - |
| HSV(B) | 197.47º | 0.8% | 0.39% | - |
| XYZ | 5.13 | 6.22 | 12.73 | - |
| YUV | 61.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 99 | 0.80 | 0.23 | 0 | 0.61 | 197.47 | 0.66 | 0.23 |
| Hex | 14 | 4C | 63 | 50 | 17 | 0 | 3D | C5 | 42 | 17 |
| Octal | 24 | 114 | 143 | 120 | 27 | 0 | 75 | 305 | 102 | 27 |
| Binary | 10100 | 1001100 | 1100011 | 1010000 | 10111 | 0 | 111101 | 11000101 | 1000010 | 10111 |
Color Harmonies of #144C63
Complementary color
Monochromatic Colors of #144C63
Black with #144C63
Text Example
Text Example
White with #144C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C63; }
p { color: rgb(20,76,99); }
H1.HeaderClassName
{
color: #144C63;
}
.AnyTagClassName
{
color: #144C63;
}
</style>
background-color css
<style>
a { background-color: #144C63; }
a { background-color: rgb(20,76,99); }
div.DivClassName
{
background-color: #144C63;
}
.BgClassName
{
background-color: #144C63;
}
</style>
border-color css
<style>
span { border-color: #144C63; }
span { border-color: rgb(20,76,99); }
td.TdClassName
{
border-color: #144C63;
}
.TagClassName
{
border-color: #144C63;
}
</style>