Shades of Astronaut Blue #14465F
Tints of Astronaut Blue #14465F
RGB
CMYK
RGB Variations
Color information
#14465F (or 0x14465F) is known color: Astronaut Blue. HEX triplet: 14, 46 and 5F. RGB value is (20,70,95). Sum of RGB (Red+Green+Blue) = 20+70+95=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #14465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14465F is #EBB9A0. Grayscale: #393939. Windows color (decimal): -15448481 or 6243860. OLE color: 6243860.
HSL color Cylindrical-coordinate representation of color #14465F: hue angle of 200º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14465F is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 70 | 95 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.63 |
| HSL | 200º | 0.65% | 0.23% | - |
| HSV(B) | 200º | 0.79% | 0.37% | - |
| XYZ | 4.54 | 5.36 | 11.62 | - |
| YUV | 57.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 95 | 0.79 | 0.26 | 0 | 0.63 | 200 | 0.65 | 0.23 |
| Hex | 14 | 46 | 5F | 4F | 1A | 0 | 3F | C8 | 41 | 17 |
| Octal | 24 | 106 | 137 | 117 | 32 | 0 | 77 | 310 | 101 | 27 |
| Binary | 10100 | 1000110 | 1011111 | 1001111 | 11010 | 0 | 111111 | 11001000 | 1000001 | 10111 |
Color Harmonies of #14465F
Complementary color
Monochromatic Colors of #14465F
Black with #14465F
Text Example
Text Example
White with #14465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14465F; }
p { color: rgb(20,70,95); }
H1.HeaderClassName
{
color: #14465F;
}
.AnyTagClassName
{
color: #14465F;
}
</style>
background-color css
<style>
a { background-color: #14465F; }
a { background-color: rgb(20,70,95); }
div.DivClassName
{
background-color: #14465F;
}
.BgClassName
{
background-color: #14465F;
}
</style>
border-color css
<style>
span { border-color: #14465F; }
span { border-color: rgb(20,70,95); }
td.TdClassName
{
border-color: #14465F;
}
.TagClassName
{
border-color: #14465F;
}
</style>