Shades of Astronaut Blue #14475C
Tints of Astronaut Blue #14475C
RGB
CMYK
RGB Variations
Color information
#14475C (or 0x14475C) is known color: Astronaut Blue. HEX triplet: 14, 47 and 5C. RGB value is (20,71,92). Sum of RGB (Red+Green+Blue) = 20+71+92=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #14475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14475C is #EBB8A3. Grayscale: #3A3A3A. Windows color (decimal): -15448228 or 6047508. OLE color: 6047508.
HSL color Cylindrical-coordinate representation of color #14475C: hue angle of 197.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14475C is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 71 | 92 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.64 |
| HSL | 197.5º | 0.64% | 0.22% | - |
| HSV(B) | 197.5º | 0.78% | 0.36% | - |
| XYZ | 4.47 | 5.43 | 10.94 | - |
| YUV | 58.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 92 | 0.78 | 0.23 | 0 | 0.64 | 197.5 | 0.64 | 0.22 |
| Hex | 14 | 47 | 5C | 4E | 17 | 0 | 40 | C6 | 40 | 16 |
| Octal | 24 | 107 | 134 | 116 | 27 | 0 | 100 | 306 | 100 | 26 |
| Binary | 10100 | 1000111 | 1011100 | 1001110 | 10111 | 0 | 1000000 | 11000110 | 1000000 | 10110 |
Color Harmonies of #14475C
Complementary color
Monochromatic Colors of #14475C
Black with #14475C
Text Example
Text Example
White with #14475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14475C; }
p { color: rgb(20,71,92); }
H1.HeaderClassName
{
color: #14475C;
}
.AnyTagClassName
{
color: #14475C;
}
</style>
background-color css
<style>
a { background-color: #14475C; }
a { background-color: rgb(20,71,92); }
div.DivClassName
{
background-color: #14475C;
}
.BgClassName
{
background-color: #14475C;
}
</style>
border-color css
<style>
span { border-color: #14475C; }
span { border-color: rgb(20,71,92); }
td.TdClassName
{
border-color: #14475C;
}
.TagClassName
{
border-color: #14475C;
}
</style>