Shades of Astronaut Blue #144C67
Tints of Astronaut Blue #144C67
RGB
CMYK
RGB Variations
Color information
#144C67 (or 0x144C67) is known color: Astronaut Blue. HEX triplet: 14, 4C and 67. RGB value is (20,76,103). Sum of RGB (Red+Green+Blue) = 20+76+103=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #144C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C67 is #EBB398. Grayscale: #3E3E3E. Windows color (decimal): -15446937 or 6769684. OLE color: 6769684.
HSL color Cylindrical-coordinate representation of color #144C67: hue angle of 199.52º 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 #144C67 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 76 | 103 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.60 |
| HSL | 199.52º | 0.67% | 0.24% | - |
| HSV(B) | 199.52º | 0.81% | 0.4% | - |
| XYZ | 5.32 | 6.3 | 13.77 | - |
| YUV | 62.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 103 | 0.81 | 0.26 | 0 | 0.60 | 199.52 | 0.67 | 0.24 |
| Hex | 14 | 4C | 67 | 51 | 1A | 0 | 3C | C8 | 43 | 18 |
| Octal | 24 | 114 | 147 | 121 | 32 | 0 | 74 | 310 | 103 | 30 |
| Binary | 10100 | 1001100 | 1100111 | 1010001 | 11010 | 0 | 111100 | 11001000 | 1000011 | 11000 |
Color Harmonies of #144C67
Complementary color
Monochromatic Colors of #144C67
Black with #144C67
Text Example
Text Example
White with #144C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C67; }
p { color: rgb(20,76,103); }
H1.HeaderClassName
{
color: #144C67;
}
.AnyTagClassName
{
color: #144C67;
}
</style>
background-color css
<style>
a { background-color: #144C67; }
a { background-color: rgb(20,76,103); }
div.DivClassName
{
background-color: #144C67;
}
.BgClassName
{
background-color: #144C67;
}
</style>
border-color css
<style>
span { border-color: #144C67; }
span { border-color: rgb(20,76,103); }
td.TdClassName
{
border-color: #144C67;
}
.TagClassName
{
border-color: #144C67;
}
</style>