Shades of Astronaut Blue #144867
Tints of Astronaut Blue #144867
RGB
CMYK
RGB Variations
Color information
#144867 (or 0x144867) is known color: Astronaut Blue. HEX triplet: 14, 48 and 67. RGB value is (20,72,103). Sum of RGB (Red+Green+Blue) = 20+72+103=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #144867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144867 is #EBB798. Grayscale: #3B3B3B. Windows color (decimal): -15447961 or 6768660. OLE color: 6768660.
HSL color Cylindrical-coordinate representation of color #144867: hue angle of 202.41º 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 #144867 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 72 | 103 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.60 |
| HSL | 202.41º | 0.67% | 0.24% | - |
| HSV(B) | 202.41º | 0.81% | 0.4% | - |
| XYZ | 5.05 | 5.76 | 13.68 | - |
| YUV | 59.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 103 | 0.81 | 0.30 | 0 | 0.60 | 202.41 | 0.67 | 0.24 |
| Hex | 14 | 48 | 67 | 51 | 1E | 0 | 3C | CA | 43 | 18 |
| Octal | 24 | 110 | 147 | 121 | 36 | 0 | 74 | 312 | 103 | 30 |
| Binary | 10100 | 1001000 | 1100111 | 1010001 | 11110 | 0 | 111100 | 11001010 | 1000011 | 11000 |
Color Harmonies of #144867
Complementary color
Monochromatic Colors of #144867
Black with #144867
Text Example
Text Example
White with #144867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144867; }
p { color: rgb(20,72,103); }
H1.HeaderClassName
{
color: #144867;
}
.AnyTagClassName
{
color: #144867;
}
</style>
background-color css
<style>
a { background-color: #144867; }
a { background-color: rgb(20,72,103); }
div.DivClassName
{
background-color: #144867;
}
.BgClassName
{
background-color: #144867;
}
</style>
border-color css
<style>
span { border-color: #144867; }
span { border-color: rgb(20,72,103); }
td.TdClassName
{
border-color: #144867;
}
.TagClassName
{
border-color: #144867;
}
</style>