Shades of Astronaut Blue #0E4257
Tints of Astronaut Blue #0E4257
RGB
CMYK
RGB Variations
Color information
#0E4257 (or 0x0E4257) is known color: Astronaut Blue. HEX triplet: 0E, 42 and 57. RGB value is (14,66,87). Sum of RGB (Red+Green+Blue) = 14+66+87=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E4257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4257 is #F1BDA8. Grayscale: #343434. Windows color (decimal): -15842729 or 5718542. OLE color: 5718542.
HSL color Cylindrical-coordinate representation of color #0E4257: hue angle of 197.26º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4257 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 66 | 87 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.66 |
| HSL | 197.26º | 0.72% | 0.2% | - |
| HSV(B) | 197.26º | 0.84% | 0.34% | - |
| XYZ | 3.85 | 4.68 | 9.72 | - |
| YUV | 52.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 87 | 0.84 | 0.24 | 0 | 0.66 | 197.26 | 0.72 | 0.2 |
| Hex | E | 42 | 57 | 54 | 18 | 0 | 42 | C5 | 48 | 14 |
| Octal | 16 | 102 | 127 | 124 | 30 | 0 | 102 | 305 | 110 | 24 |
| Binary | 1110 | 1000010 | 1010111 | 1010100 | 11000 | 0 | 1000010 | 11000101 | 1001000 | 10100 |
Color Harmonies of #0E4257
Complementary color
Monochromatic Colors of #0E4257
Black with #0E4257
Text Example
Text Example
White with #0E4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4257; }
p { color: rgb(14,66,87); }
H1.HeaderClassName
{
color: #0E4257;
}
.AnyTagClassName
{
color: #0E4257;
}
</style>
background-color css
<style>
a { background-color: #0E4257; }
a { background-color: rgb(14,66,87); }
div.DivClassName
{
background-color: #0E4257;
}
.BgClassName
{
background-color: #0E4257;
}
</style>
border-color css
<style>
span { border-color: #0E4257; }
span { border-color: rgb(14,66,87); }
td.TdClassName
{
border-color: #0E4257;
}
.TagClassName
{
border-color: #0E4257;
}
</style>