Shades of Astronaut Blue #144C5F
Tints of Astronaut Blue #144C5F
RGB
CMYK
RGB Variations
Color information
#144C5F (or 0x144C5F) is known color: Astronaut Blue. HEX triplet: 14, 4C and 5F. RGB value is (20,76,95). Sum of RGB (Red+Green+Blue) = 20+76+95=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #144C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C5F is #EBB3A0. Grayscale: #3D3D3D. Windows color (decimal): -15446945 or 6245396. OLE color: 6245396.
HSL color Cylindrical-coordinate representation of color #144C5F: hue angle of 195.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144C5F is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 76 | 95 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.63 |
| HSL | 195.2º | 0.65% | 0.23% | - |
| HSV(B) | 195.2º | 0.79% | 0.37% | - |
| XYZ | 4.94 | 6.14 | 11.75 | - |
| YUV | 61.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 95 | 0.79 | 0.20 | 0 | 0.63 | 195.2 | 0.65 | 0.23 |
| Hex | 14 | 4C | 5F | 4F | 14 | 0 | 3F | C3 | 41 | 17 |
| Octal | 24 | 114 | 137 | 117 | 24 | 0 | 77 | 303 | 101 | 27 |
| Binary | 10100 | 1001100 | 1011111 | 1001111 | 10100 | 0 | 111111 | 11000011 | 1000001 | 10111 |
Color Harmonies of #144C5F
Complementary color
Monochromatic Colors of #144C5F
Black with #144C5F
Text Example
Text Example
White with #144C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C5F; }
p { color: rgb(20,76,95); }
H1.HeaderClassName
{
color: #144C5F;
}
.AnyTagClassName
{
color: #144C5F;
}
</style>
background-color css
<style>
a { background-color: #144C5F; }
a { background-color: rgb(20,76,95); }
div.DivClassName
{
background-color: #144C5F;
}
.BgClassName
{
background-color: #144C5F;
}
</style>
border-color css
<style>
span { border-color: #144C5F; }
span { border-color: rgb(20,76,95); }
td.TdClassName
{
border-color: #144C5F;
}
.TagClassName
{
border-color: #144C5F;
}
</style>