Shades of Astronaut Blue #0E4363
Tints of Astronaut Blue #0E4363
RGB
CMYK
RGB Variations
Color information
#0E4363 (or 0x0E4363) is known color: Astronaut Blue. HEX triplet: 0E, 43 and 63. RGB value is (14,67,99). Sum of RGB (Red+Green+Blue) = 14+67+99=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E4363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4363 is #F1BC9C. Grayscale: #363636. Windows color (decimal): -15842461 or 6505230. OLE color: 6505230.
HSL color Cylindrical-coordinate representation of color #0E4363: hue angle of 202.59º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E4363 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 67 | 99 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.61 |
| HSL | 202.59º | 0.75% | 0.22% | - |
| HSV(B) | 202.59º | 0.86% | 0.39% | - |
| XYZ | 4.44 | 5.01 | 12.54 | - |
| YUV | 54.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 67 | 99 | 0.86 | 0.32 | 0 | 0.61 | 202.59 | 0.75 | 0.22 |
| Hex | E | 43 | 63 | 56 | 20 | 0 | 3D | CB | 4B | 16 |
| Octal | 16 | 103 | 143 | 126 | 40 | 0 | 75 | 313 | 113 | 26 |
| Binary | 1110 | 1000011 | 1100011 | 1010110 | 100000 | 0 | 111101 | 11001011 | 1001011 | 10110 |
Color Harmonies of #0E4363
Complementary color
Monochromatic Colors of #0E4363
Black with #0E4363
Text Example
Text Example
White with #0E4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4363; }
p { color: rgb(14,67,99); }
H1.HeaderClassName
{
color: #0E4363;
}
.AnyTagClassName
{
color: #0E4363;
}
</style>
background-color css
<style>
a { background-color: #0E4363; }
a { background-color: rgb(14,67,99); }
div.DivClassName
{
background-color: #0E4363;
}
.BgClassName
{
background-color: #0E4363;
}
</style>
border-color css
<style>
span { border-color: #0E4363; }
span { border-color: rgb(14,67,99); }
td.TdClassName
{
border-color: #0E4363;
}
.TagClassName
{
border-color: #0E4363;
}
</style>