Shades of Astronaut Blue #0E3F58
Tints of Astronaut Blue #0E3F58
RGB
CMYK
RGB Variations
Color information
#0E3F58 (or 0x0E3F58) is known color: Astronaut Blue. HEX triplet: 0E, 3F and 58. RGB value is (14,63,88). Sum of RGB (Red+Green+Blue) = 14+63+88=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E3F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3F58 is #F1C0A7. Grayscale: #333333. Windows color (decimal): -15843496 or 5783310. OLE color: 5783310.
HSL color Cylindrical-coordinate representation of color #0E3F58: hue angle of 200.27º 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 #0E3F58 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 63 | 88 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.65 |
| HSL | 200.27º | 0.73% | 0.2% | - |
| HSV(B) | 200.27º | 0.84% | 0.35% | - |
| XYZ | 3.72 | 4.35 | 9.88 | - |
| YUV | 51.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 63 | 88 | 0.84 | 0.28 | 0 | 0.65 | 200.27 | 0.73 | 0.2 |
| Hex | E | 3F | 58 | 54 | 1C | 0 | 41 | C8 | 49 | 14 |
| Octal | 16 | 77 | 130 | 124 | 34 | 0 | 101 | 310 | 111 | 24 |
| Binary | 1110 | 111111 | 1011000 | 1010100 | 11100 | 0 | 1000001 | 11001000 | 1001001 | 10100 |
Color Harmonies of #0E3F58
Complementary color
Monochromatic Colors of #0E3F58
Black with #0E3F58
Text Example
Text Example
White with #0E3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3F58; }
p { color: rgb(14,63,88); }
H1.HeaderClassName
{
color: #0E3F58;
}
.AnyTagClassName
{
color: #0E3F58;
}
</style>
background-color css
<style>
a { background-color: #0E3F58; }
a { background-color: rgb(14,63,88); }
div.DivClassName
{
background-color: #0E3F58;
}
.BgClassName
{
background-color: #0E3F58;
}
</style>
border-color css
<style>
span { border-color: #0E3F58; }
span { border-color: rgb(14,63,88); }
td.TdClassName
{
border-color: #0E3F58;
}
.TagClassName
{
border-color: #0E3F58;
}
</style>