Shades of Astronaut Blue #0E4659
Tints of Astronaut Blue #0E4659
RGB
CMYK
RGB Variations
Color information
#0E4659 (or 0x0E4659) is known color: Astronaut Blue. HEX triplet: 0E, 46 and 59. RGB value is (14,70,89). Sum of RGB (Red+Green+Blue) = 14+70+89=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E4659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4659 is #F1B9A6. Grayscale: #373737. Windows color (decimal): -15841703 or 5850638. OLE color: 5850638.
HSL color Cylindrical-coordinate representation of color #0E4659: hue angle of 195.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4659 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 70 | 89 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.65 |
| HSL | 195.2º | 0.73% | 0.2% | - |
| HSV(B) | 195.2º | 0.84% | 0.35% | - |
| XYZ | 4.17 | 5.19 | 10.23 | - |
| YUV | 55.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 89 | 0.84 | 0.21 | 0 | 0.65 | 195.2 | 0.73 | 0.2 |
| Hex | E | 46 | 59 | 54 | 15 | 0 | 41 | C3 | 49 | 14 |
| Octal | 16 | 106 | 131 | 124 | 25 | 0 | 101 | 303 | 111 | 24 |
| Binary | 1110 | 1000110 | 1011001 | 1010100 | 10101 | 0 | 1000001 | 11000011 | 1001001 | 10100 |
Color Harmonies of #0E4659
Complementary color
Monochromatic Colors of #0E4659
Black with #0E4659
Text Example
Text Example
White with #0E4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4659; }
p { color: rgb(14,70,89); }
H1.HeaderClassName
{
color: #0E4659;
}
.AnyTagClassName
{
color: #0E4659;
}
</style>
background-color css
<style>
a { background-color: #0E4659; }
a { background-color: rgb(14,70,89); }
div.DivClassName
{
background-color: #0E4659;
}
.BgClassName
{
background-color: #0E4659;
}
</style>
border-color css
<style>
span { border-color: #0E4659; }
span { border-color: rgb(14,70,89); }
td.TdClassName
{
border-color: #0E4659;
}
.TagClassName
{
border-color: #0E4659;
}
</style>