Shades of Astronaut Blue #14445E
Tints of Astronaut Blue #14445E
RGB
CMYK
RGB Variations
Color information
#14445E (or 0x14445E) is known color: Astronaut Blue. HEX triplet: 14, 44 and 5E. RGB value is (20,68,94). Sum of RGB (Red+Green+Blue) = 20+68+94=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #14445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14445E is #EBBBA1. Grayscale: #383838. Windows color (decimal): -15448994 or 6177812. OLE color: 6177812.
HSL color Cylindrical-coordinate representation of color #14445E: hue angle of 201.08º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14445E is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 68 | 94 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.63 |
| HSL | 201.08º | 0.65% | 0.22% | - |
| HSV(B) | 201.08º | 0.79% | 0.37% | - |
| XYZ | 4.38 | 5.09 | 11.34 | - |
| YUV | 56.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 94 | 0.79 | 0.28 | 0 | 0.63 | 201.08 | 0.65 | 0.22 |
| Hex | 14 | 44 | 5E | 4F | 1C | 0 | 3F | C9 | 41 | 16 |
| Octal | 24 | 104 | 136 | 117 | 34 | 0 | 77 | 311 | 101 | 26 |
| Binary | 10100 | 1000100 | 1011110 | 1001111 | 11100 | 0 | 111111 | 11001001 | 1000001 | 10110 |
Color Harmonies of #14445E
Complementary color
Monochromatic Colors of #14445E
Black with #14445E
Text Example
Text Example
White with #14445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14445E; }
p { color: rgb(20,68,94); }
H1.HeaderClassName
{
color: #14445E;
}
.AnyTagClassName
{
color: #14445E;
}
</style>
background-color css
<style>
a { background-color: #14445E; }
a { background-color: rgb(20,68,94); }
div.DivClassName
{
background-color: #14445E;
}
.BgClassName
{
background-color: #14445E;
}
</style>
border-color css
<style>
span { border-color: #14445E; }
span { border-color: rgb(20,68,94); }
td.TdClassName
{
border-color: #14445E;
}
.TagClassName
{
border-color: #14445E;
}
</style>