Shades of Astronaut Blue #0E4E67
Tints of Astronaut Blue #0E4E67
RGB
CMYK
RGB Variations
Color information
#0E4E67 (or 0x0E4E67) is known color: Astronaut Blue. HEX triplet: 0E, 4E and 67. RGB value is (14,78,103). Sum of RGB (Red+Green+Blue) = 14+78+103=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E4E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E4E67 is #F1B198. Grayscale: #3D3D3D. Windows color (decimal): -15839641 or 6770190. OLE color: 6770190.
HSL color Cylindrical-coordinate representation of color #0E4E67: hue angle of 196.85º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E4E67 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 78 | 103 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.60 |
| HSL | 196.85º | 0.76% | 0.23% | - |
| HSV(B) | 196.85º | 0.86% | 0.4% | - |
| XYZ | 5.35 | 6.52 | 13.81 | - |
| YUV | 61.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 103 | 0.86 | 0.24 | 0 | 0.60 | 196.85 | 0.76 | 0.23 |
| Hex | E | 4E | 67 | 56 | 18 | 0 | 3C | C5 | 4C | 17 |
| Octal | 16 | 116 | 147 | 126 | 30 | 0 | 74 | 305 | 114 | 27 |
| Binary | 1110 | 1001110 | 1100111 | 1010110 | 11000 | 0 | 111100 | 11000101 | 1001100 | 10111 |
Color Harmonies of #0E4E67
Complementary color
Monochromatic Colors of #0E4E67
Black with #0E4E67
Text Example
Text Example
White with #0E4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E67; }
p { color: rgb(14,78,103); }
H1.HeaderClassName
{
color: #0E4E67;
}
.AnyTagClassName
{
color: #0E4E67;
}
</style>
background-color css
<style>
a { background-color: #0E4E67; }
a { background-color: rgb(14,78,103); }
div.DivClassName
{
background-color: #0E4E67;
}
.BgClassName
{
background-color: #0E4E67;
}
</style>
border-color css
<style>
span { border-color: #0E4E67; }
span { border-color: rgb(14,78,103); }
td.TdClassName
{
border-color: #0E4E67;
}
.TagClassName
{
border-color: #0E4E67;
}
</style>