Shades of Astronaut Blue #0E485A
Tints of Astronaut Blue #0E485A
RGB
CMYK
RGB Variations
Color information
#0E485A (or 0x0E485A) is known color: Astronaut Blue. HEX triplet: 0E, 48 and 5A. RGB value is (14,72,90). Sum of RGB (Red+Green+Blue) = 14+72+90=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E485A is #F1B7A5. Grayscale: #383838. Windows color (decimal): -15841190 or 5916686. OLE color: 5916686.
HSL color Cylindrical-coordinate representation of color #0E485A: hue angle of 194.21º 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 #0E485A is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 72 | 90 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.65 |
| HSL | 194.21º | 0.73% | 0.2% | - |
| HSV(B) | 194.21º | 0.84% | 0.35% | - |
| XYZ | 4.34 | 5.47 | 10.5 | - |
| YUV | 56.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 90 | 0.84 | 0.20 | 0 | 0.65 | 194.21 | 0.73 | 0.2 |
| Hex | E | 48 | 5A | 54 | 14 | 0 | 41 | C2 | 49 | 14 |
| Octal | 16 | 110 | 132 | 124 | 24 | 0 | 101 | 302 | 111 | 24 |
| Binary | 1110 | 1001000 | 1011010 | 1010100 | 10100 | 0 | 1000001 | 11000010 | 1001001 | 10100 |
Color Harmonies of #0E485A
Complementary color
Monochromatic Colors of #0E485A
Black with #0E485A
Text Example
Text Example
White with #0E485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E485A; }
p { color: rgb(14,72,90); }
H1.HeaderClassName
{
color: #0E485A;
}
.AnyTagClassName
{
color: #0E485A;
}
</style>
background-color css
<style>
a { background-color: #0E485A; }
a { background-color: rgb(14,72,90); }
div.DivClassName
{
background-color: #0E485A;
}
.BgClassName
{
background-color: #0E485A;
}
</style>
border-color css
<style>
span { border-color: #0E485A; }
span { border-color: rgb(14,72,90); }
td.TdClassName
{
border-color: #0E485A;
}
.TagClassName
{
border-color: #0E485A;
}
</style>