Shades of Astronaut Blue #0E4559
Tints of Astronaut Blue #0E4559
RGB
CMYK
RGB Variations
Color information
#0E4559 (or 0x0E4559) is known color: Astronaut Blue. HEX triplet: 0E, 45 and 59. RGB value is (14,69,89). Sum of RGB (Red+Green+Blue) = 14+69+89=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E4559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4559 is #F1BAA6. Grayscale: #363636. Windows color (decimal): -15841959 or 5850382. OLE color: 5850382.
HSL color Cylindrical-coordinate representation of color #0E4559: hue angle of 196º 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 #0E4559 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 69 | 89 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.65 |
| HSL | 196º | 0.73% | 0.2% | - |
| HSV(B) | 196º | 0.84% | 0.35% | - |
| XYZ | 4.11 | 5.07 | 10.21 | - |
| YUV | 54.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 89 | 0.84 | 0.22 | 0 | 0.65 | 196 | 0.73 | 0.2 |
| Hex | E | 45 | 59 | 54 | 16 | 0 | 41 | C4 | 49 | 14 |
| Octal | 16 | 105 | 131 | 124 | 26 | 0 | 101 | 304 | 111 | 24 |
| Binary | 1110 | 1000101 | 1011001 | 1010100 | 10110 | 0 | 1000001 | 11000100 | 1001001 | 10100 |
Color Harmonies of #0E4559
Complementary color
Monochromatic Colors of #0E4559
Black with #0E4559
Text Example
Text Example
White with #0E4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4559; }
p { color: rgb(14,69,89); }
H1.HeaderClassName
{
color: #0E4559;
}
.AnyTagClassName
{
color: #0E4559;
}
</style>
background-color css
<style>
a { background-color: #0E4559; }
a { background-color: rgb(14,69,89); }
div.DivClassName
{
background-color: #0E4559;
}
.BgClassName
{
background-color: #0E4559;
}
</style>
border-color css
<style>
span { border-color: #0E4559; }
span { border-color: rgb(14,69,89); }
td.TdClassName
{
border-color: #0E4559;
}
.TagClassName
{
border-color: #0E4559;
}
</style>