Shades of Astronaut Blue #144B65
Tints of Astronaut Blue #144B65
RGB
CMYK
RGB Variations
Color information
#144B65 (or 0x144B65) is known color: Astronaut Blue. HEX triplet: 14, 4B and 65. RGB value is (20,75,101). Sum of RGB (Red+Green+Blue) = 20+75+101=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #144B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B65 is #EBB49A. Grayscale: #3D3D3D. Windows color (decimal): -15447195 or 6638356. OLE color: 6638356.
HSL color Cylindrical-coordinate representation of color #144B65: hue angle of 199.26º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144B65 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 75 | 101 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.60 |
| HSL | 199.26º | 0.67% | 0.24% | - |
| HSV(B) | 199.26º | 0.8% | 0.4% | - |
| XYZ | 5.15 | 6.12 | 13.22 | - |
| YUV | 61.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 101 | 0.80 | 0.26 | 0 | 0.60 | 199.26 | 0.67 | 0.24 |
| Hex | 14 | 4B | 65 | 50 | 1A | 0 | 3C | C7 | 43 | 18 |
| Octal | 24 | 113 | 145 | 120 | 32 | 0 | 74 | 307 | 103 | 30 |
| Binary | 10100 | 1001011 | 1100101 | 1010000 | 11010 | 0 | 111100 | 11000111 | 1000011 | 11000 |
Color Harmonies of #144B65
Complementary color
Monochromatic Colors of #144B65
Black with #144B65
Text Example
Text Example
White with #144B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B65; }
p { color: rgb(20,75,101); }
H1.HeaderClassName
{
color: #144B65;
}
.AnyTagClassName
{
color: #144B65;
}
</style>
background-color css
<style>
a { background-color: #144B65; }
a { background-color: rgb(20,75,101); }
div.DivClassName
{
background-color: #144B65;
}
.BgClassName
{
background-color: #144B65;
}
</style>
border-color css
<style>
span { border-color: #144B65; }
span { border-color: rgb(20,75,101); }
td.TdClassName
{
border-color: #144B65;
}
.TagClassName
{
border-color: #144B65;
}
</style>