Shades of Astronaut Blue #0E445C
Tints of Astronaut Blue #0E445C
RGB
CMYK
RGB Variations
Color information
#0E445C (or 0x0E445C) is known color: Astronaut Blue. HEX triplet: 0E, 44 and 5C. RGB value is (14,68,92). Sum of RGB (Red+Green+Blue) = 14+68+92=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E445C is #F1BBA3. Grayscale: #363636. Windows color (decimal): -15842212 or 6046734. OLE color: 6046734.
HSL color Cylindrical-coordinate representation of color #0E445C: hue angle of 198.46º 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 #0E445C is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 68 | 92 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.64 |
| HSL | 198.46º | 0.74% | 0.21% | - |
| HSV(B) | 198.46º | 0.85% | 0.36% | - |
| XYZ | 4.18 | 5 | 10.87 | - |
| YUV | 54.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 68 | 92 | 0.85 | 0.26 | 0 | 0.64 | 198.46 | 0.74 | 0.21 |
| Hex | E | 44 | 5C | 55 | 1A | 0 | 40 | C6 | 4A | 15 |
| Octal | 16 | 104 | 134 | 125 | 32 | 0 | 100 | 306 | 112 | 25 |
| Binary | 1110 | 1000100 | 1011100 | 1010101 | 11010 | 0 | 1000000 | 11000110 | 1001010 | 10101 |
Color Harmonies of #0E445C
Complementary color
Monochromatic Colors of #0E445C
Black with #0E445C
Text Example
Text Example
White with #0E445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E445C; }
p { color: rgb(14,68,92); }
H1.HeaderClassName
{
color: #0E445C;
}
.AnyTagClassName
{
color: #0E445C;
}
</style>
background-color css
<style>
a { background-color: #0E445C; }
a { background-color: rgb(14,68,92); }
div.DivClassName
{
background-color: #0E445C;
}
.BgClassName
{
background-color: #0E445C;
}
</style>
border-color css
<style>
span { border-color: #0E445C; }
span { border-color: rgb(14,68,92); }
td.TdClassName
{
border-color: #0E445C;
}
.TagClassName
{
border-color: #0E445C;
}
</style>