Shades of Astronaut Blue #144C62
Tints of Astronaut Blue #144C62
RGB
CMYK
RGB Variations
Color information
#144C62 (or 0x144C62) is known color: Astronaut Blue. HEX triplet: 14, 4C and 62. RGB value is (20,76,98). Sum of RGB (Red+Green+Blue) = 20+76+98=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #144C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C62 is #EBB39D. Grayscale: #3D3D3D. Windows color (decimal): -15446942 or 6442004. OLE color: 6442004.
HSL color Cylindrical-coordinate representation of color #144C62: hue angle of 196.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144C62 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 76 | 98 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.62 |
| HSL | 196.92º | 0.66% | 0.23% | - |
| HSV(B) | 196.92º | 0.8% | 0.38% | - |
| XYZ | 5.08 | 6.2 | 12.48 | - |
| YUV | 61.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 98 | 0.80 | 0.22 | 0 | 0.62 | 196.92 | 0.66 | 0.23 |
| Hex | 14 | 4C | 62 | 50 | 16 | 0 | 3E | C5 | 42 | 17 |
| Octal | 24 | 114 | 142 | 120 | 26 | 0 | 76 | 305 | 102 | 27 |
| Binary | 10100 | 1001100 | 1100010 | 1010000 | 10110 | 0 | 111110 | 11000101 | 1000010 | 10111 |
Color Harmonies of #144C62
Complementary color
Monochromatic Colors of #144C62
Black with #144C62
Text Example
Text Example
White with #144C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C62; }
p { color: rgb(20,76,98); }
H1.HeaderClassName
{
color: #144C62;
}
.AnyTagClassName
{
color: #144C62;
}
</style>
background-color css
<style>
a { background-color: #144C62; }
a { background-color: rgb(20,76,98); }
div.DivClassName
{
background-color: #144C62;
}
.BgClassName
{
background-color: #144C62;
}
</style>
border-color css
<style>
span { border-color: #144C62; }
span { border-color: rgb(20,76,98); }
td.TdClassName
{
border-color: #144C62;
}
.TagClassName
{
border-color: #144C62;
}
</style>