Shades of Astronaut Blue #0E425C
Tints of Astronaut Blue #0E425C
RGB
CMYK
RGB Variations
Color information
#0E425C (or 0x0E425C) is known color: Astronaut Blue. HEX triplet: 0E, 42 and 5C. RGB value is (14,66,92). Sum of RGB (Red+Green+Blue) = 14+66+92=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E425C is #F1BDA3. Grayscale: #353535. Windows color (decimal): -15842724 or 6046222. OLE color: 6046222.
HSL color Cylindrical-coordinate representation of color #0E425C: hue angle of 200º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E425C is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 66 | 92 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.64 |
| HSL | 200º | 0.74% | 0.21% | - |
| HSV(B) | 200º | 0.85% | 0.36% | - |
| XYZ | 4.06 | 4.76 | 10.83 | - |
| YUV | 53.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 92 | 0.85 | 0.28 | 0 | 0.64 | 200 | 0.74 | 0.21 |
| Hex | E | 42 | 5C | 55 | 1C | 0 | 40 | C8 | 4A | 15 |
| Octal | 16 | 102 | 134 | 125 | 34 | 0 | 100 | 310 | 112 | 25 |
| Binary | 1110 | 1000010 | 1011100 | 1010101 | 11100 | 0 | 1000000 | 11001000 | 1001010 | 10101 |
Color Harmonies of #0E425C
Complementary color
Monochromatic Colors of #0E425C
Black with #0E425C
Text Example
Text Example
White with #0E425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E425C; }
p { color: rgb(14,66,92); }
H1.HeaderClassName
{
color: #0E425C;
}
.AnyTagClassName
{
color: #0E425C;
}
</style>
background-color css
<style>
a { background-color: #0E425C; }
a { background-color: rgb(14,66,92); }
div.DivClassName
{
background-color: #0E425C;
}
.BgClassName
{
background-color: #0E425C;
}
</style>
border-color css
<style>
span { border-color: #0E425C; }
span { border-color: rgb(14,66,92); }
td.TdClassName
{
border-color: #0E425C;
}
.TagClassName
{
border-color: #0E425C;
}
</style>