Shades of Astronaut Blue #0E4F69
Tints of Astronaut Blue #0E4F69
RGB
CMYK
RGB Variations
Color information
#0E4F69 (or 0x0E4F69) is known color: Astronaut Blue. HEX triplet: 0E, 4F and 69. RGB value is (14,79,105). Sum of RGB (Red+Green+Blue) = 14+79+105=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E4F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E4F69 is #F1B096. Grayscale: #3E3E3E. Windows color (decimal): -15839383 or 6901518. OLE color: 6901518.
HSL color Cylindrical-coordinate representation of color #0E4F69: hue angle of 197.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E4F69 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 79 | 105 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.59 |
| HSL | 197.14º | 0.76% | 0.23% | - |
| HSV(B) | 197.14º | 0.87% | 0.41% | - |
| XYZ | 5.53 | 6.71 | 14.37 | - |
| YUV | 62.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 105 | 0.87 | 0.25 | 0 | 0.59 | 197.14 | 0.76 | 0.23 |
| Hex | E | 4F | 69 | 57 | 19 | 0 | 3B | C5 | 4C | 17 |
| Octal | 16 | 117 | 151 | 127 | 31 | 0 | 73 | 305 | 114 | 27 |
| Binary | 1110 | 1001111 | 1101001 | 1010111 | 11001 | 0 | 111011 | 11000101 | 1001100 | 10111 |
Color Harmonies of #0E4F69
Complementary color
Monochromatic Colors of #0E4F69
Black with #0E4F69
Text Example
Text Example
White with #0E4F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F69; }
p { color: rgb(14,79,105); }
H1.HeaderClassName
{
color: #0E4F69;
}
.AnyTagClassName
{
color: #0E4F69;
}
</style>
background-color css
<style>
a { background-color: #0E4F69; }
a { background-color: rgb(14,79,105); }
div.DivClassName
{
background-color: #0E4F69;
}
.BgClassName
{
background-color: #0E4F69;
}
</style>
border-color css
<style>
span { border-color: #0E4F69; }
span { border-color: rgb(14,79,105); }
td.TdClassName
{
border-color: #0E4F69;
}
.TagClassName
{
border-color: #0E4F69;
}
</style>