Shades of Astronaut Blue #0E4557
Tints of Astronaut Blue #0E4557
RGB
CMYK
RGB Variations
Color information
#0E4557 (or 0x0E4557) is known color: Astronaut Blue. HEX triplet: 0E, 45 and 57. RGB value is (14,69,87). Sum of RGB (Red+Green+Blue) = 14+69+87=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E4557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4557 is #F1BAA8. Grayscale: #363636. Windows color (decimal): -15841961 or 5719310. OLE color: 5719310.
HSL color Cylindrical-coordinate representation of color #0E4557: hue angle of 194.79º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4557 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 69 | 87 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.66 |
| HSL | 194.79º | 0.72% | 0.2% | - |
| HSV(B) | 194.79º | 0.84% | 0.34% | - |
| XYZ | 4.03 | 5.04 | 9.78 | - |
| YUV | 54.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 87 | 0.84 | 0.21 | 0 | 0.66 | 194.79 | 0.72 | 0.2 |
| Hex | E | 45 | 57 | 54 | 15 | 0 | 42 | C3 | 48 | 14 |
| Octal | 16 | 105 | 127 | 124 | 25 | 0 | 102 | 303 | 110 | 24 |
| Binary | 1110 | 1000101 | 1010111 | 1010100 | 10101 | 0 | 1000010 | 11000011 | 1001000 | 10100 |
Color Harmonies of #0E4557
Complementary color
Monochromatic Colors of #0E4557
Black with #0E4557
Text Example
Text Example
White with #0E4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4557; }
p { color: rgb(14,69,87); }
H1.HeaderClassName
{
color: #0E4557;
}
.AnyTagClassName
{
color: #0E4557;
}
</style>
background-color css
<style>
a { background-color: #0E4557; }
a { background-color: rgb(14,69,87); }
div.DivClassName
{
background-color: #0E4557;
}
.BgClassName
{
background-color: #0E4557;
}
</style>
border-color css
<style>
span { border-color: #0E4557; }
span { border-color: rgb(14,69,87); }
td.TdClassName
{
border-color: #0E4557;
}
.TagClassName
{
border-color: #0E4557;
}
</style>