Shades of Astronaut Blue #0E405A
Tints of Astronaut Blue #0E405A
RGB
CMYK
RGB Variations
Color information
#0E405A (or 0x0E405A) is known color: Astronaut Blue. HEX triplet: 0E, 40 and 5A. RGB value is (14,64,90). Sum of RGB (Red+Green+Blue) = 14+64+90=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E405A is #F1BFA5. Grayscale: #333333. Windows color (decimal): -15843238 or 5914638. OLE color: 5914638.
HSL color Cylindrical-coordinate representation of color #0E405A: hue angle of 200.53º 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 #0E405A is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 64 | 90 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.65 |
| HSL | 200.53º | 0.73% | 0.2% | - |
| HSV(B) | 200.53º | 0.84% | 0.35% | - |
| XYZ | 3.86 | 4.5 | 10.34 | - |
| YUV | 52.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 90 | 0.84 | 0.29 | 0 | 0.65 | 200.53 | 0.73 | 0.2 |
| Hex | E | 40 | 5A | 54 | 1D | 0 | 41 | C9 | 49 | 14 |
| Octal | 16 | 100 | 132 | 124 | 35 | 0 | 101 | 311 | 111 | 24 |
| Binary | 1110 | 1000000 | 1011010 | 1010100 | 11101 | 0 | 1000001 | 11001001 | 1001001 | 10100 |
Color Harmonies of #0E405A
Complementary color
Monochromatic Colors of #0E405A
Black with #0E405A
Text Example
Text Example
White with #0E405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E405A; }
p { color: rgb(14,64,90); }
H1.HeaderClassName
{
color: #0E405A;
}
.AnyTagClassName
{
color: #0E405A;
}
</style>
background-color css
<style>
a { background-color: #0E405A; }
a { background-color: rgb(14,64,90); }
div.DivClassName
{
background-color: #0E405A;
}
.BgClassName
{
background-color: #0E405A;
}
</style>
border-color css
<style>
span { border-color: #0E405A; }
span { border-color: rgb(14,64,90); }
td.TdClassName
{
border-color: #0E405A;
}
.TagClassName
{
border-color: #0E405A;
}
</style>