Shades of Astronaut Blue #144F67
Tints of Astronaut Blue #144F67
RGB
CMYK
RGB Variations
Color information
#144F67 (or 0x144F67) is known color: Astronaut Blue. HEX triplet: 14, 4F and 67. RGB value is (20,79,103). Sum of RGB (Red+Green+Blue) = 20+79+103=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #144F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F67 is #EBB098. Grayscale: #3F3F3F. Windows color (decimal): -15446169 or 6770452. OLE color: 6770452.
HSL color Cylindrical-coordinate representation of color #144F67: hue angle of 197.35º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144F67 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 79 | 103 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.60 |
| HSL | 197.35º | 0.67% | 0.24% | - |
| HSV(B) | 197.35º | 0.81% | 0.4% | - |
| XYZ | 5.53 | 6.72 | 13.84 | - |
| YUV | 64.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 103 | 0.81 | 0.23 | 0 | 0.60 | 197.35 | 0.67 | 0.24 |
| Hex | 14 | 4F | 67 | 51 | 17 | 0 | 3C | C5 | 43 | 18 |
| Octal | 24 | 117 | 147 | 121 | 27 | 0 | 74 | 305 | 103 | 30 |
| Binary | 10100 | 1001111 | 1100111 | 1010001 | 10111 | 0 | 111100 | 11000101 | 1000011 | 11000 |
Color Harmonies of #144F67
Complementary color
Monochromatic Colors of #144F67
Black with #144F67
Text Example
Text Example
White with #144F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F67; }
p { color: rgb(20,79,103); }
H1.HeaderClassName
{
color: #144F67;
}
.AnyTagClassName
{
color: #144F67;
}
</style>
background-color css
<style>
a { background-color: #144F67; }
a { background-color: rgb(20,79,103); }
div.DivClassName
{
background-color: #144F67;
}
.BgClassName
{
background-color: #144F67;
}
</style>
border-color css
<style>
span { border-color: #144F67; }
span { border-color: rgb(20,79,103); }
td.TdClassName
{
border-color: #144F67;
}
.TagClassName
{
border-color: #144F67;
}
</style>