Shades of Astronaut Blue #14485B
Tints of Astronaut Blue #14485B
RGB
CMYK
RGB Variations
Color information
#14485B (or 0x14485B) is known color: Astronaut Blue. HEX triplet: 14, 48 and 5B. RGB value is (20,72,91). Sum of RGB (Red+Green+Blue) = 20+72+91=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #14485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14485B is #EBB7A4. Grayscale: #3A3A3A. Windows color (decimal): -15447973 or 5982228. OLE color: 5982228.
HSL color Cylindrical-coordinate representation of color #14485B: hue angle of 196.06º 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 #14485B is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 72 | 91 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.64 |
| HSL | 196.06º | 0.64% | 0.22% | - |
| HSV(B) | 196.06º | 0.78% | 0.36% | - |
| XYZ | 4.49 | 5.54 | 10.73 | - |
| YUV | 58.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 91 | 0.78 | 0.21 | 0 | 0.64 | 196.06 | 0.64 | 0.22 |
| Hex | 14 | 48 | 5B | 4E | 15 | 0 | 40 | C4 | 40 | 16 |
| Octal | 24 | 110 | 133 | 116 | 25 | 0 | 100 | 304 | 100 | 26 |
| Binary | 10100 | 1001000 | 1011011 | 1001110 | 10101 | 0 | 1000000 | 11000100 | 1000000 | 10110 |
Color Harmonies of #14485B
Complementary color
Monochromatic Colors of #14485B
Black with #14485B
Text Example
Text Example
White with #14485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14485B; }
p { color: rgb(20,72,91); }
H1.HeaderClassName
{
color: #14485B;
}
.AnyTagClassName
{
color: #14485B;
}
</style>
background-color css
<style>
a { background-color: #14485B; }
a { background-color: rgb(20,72,91); }
div.DivClassName
{
background-color: #14485B;
}
.BgClassName
{
background-color: #14485B;
}
</style>
border-color css
<style>
span { border-color: #14485B; }
span { border-color: rgb(20,72,91); }
td.TdClassName
{
border-color: #14485B;
}
.TagClassName
{
border-color: #14485B;
}
</style>