Shades of Astronaut Blue #0E4054
Tints of Astronaut Blue #0E4054
RGB
CMYK
RGB Variations
Color information
#0E4054 (or 0x0E4054) is known color: Astronaut Blue. HEX triplet: 0E, 40 and 54. RGB value is (14,64,84). Sum of RGB (Red+Green+Blue) = 14+64+84=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E4054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4054 is #F1BFAB. Grayscale: #333333. Windows color (decimal): -15843244 or 5521422. OLE color: 5521422.
HSL color Cylindrical-coordinate representation of color #0E4054: hue angle of 197.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E4054 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 64 | 84 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.67 |
| HSL | 197.14º | 0.71% | 0.19% | - |
| HSV(B) | 197.14º | 0.83% | 0.33% | - |
| XYZ | 3.61 | 4.4 | 9.05 | - |
| YUV | 51.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 84 | 0.83 | 0.24 | 0 | 0.67 | 197.14 | 0.71 | 0.19 |
| Hex | E | 40 | 54 | 53 | 18 | 0 | 43 | C5 | 47 | 13 |
| Octal | 16 | 100 | 124 | 123 | 30 | 0 | 103 | 305 | 107 | 23 |
| Binary | 1110 | 1000000 | 1010100 | 1010011 | 11000 | 0 | 1000011 | 11000101 | 1000111 | 10011 |
Color Harmonies of #0E4054
Complementary color
Monochromatic Colors of #0E4054
Black with #0E4054
Text Example
Text Example
White with #0E4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4054; }
p { color: rgb(14,64,84); }
H1.HeaderClassName
{
color: #0E4054;
}
.AnyTagClassName
{
color: #0E4054;
}
</style>
background-color css
<style>
a { background-color: #0E4054; }
a { background-color: rgb(14,64,84); }
div.DivClassName
{
background-color: #0E4054;
}
.BgClassName
{
background-color: #0E4054;
}
</style>
border-color css
<style>
span { border-color: #0E4054; }
span { border-color: rgb(14,64,84); }
td.TdClassName
{
border-color: #0E4054;
}
.TagClassName
{
border-color: #0E4054;
}
</style>