Shades of Astronaut Blue #0D4759
Tints of Astronaut Blue #0D4759
RGB
CMYK
RGB Variations
Color information
#0D4759 (or 0x0D4759) is known color: Astronaut Blue. HEX triplet: 0D, 47 and 59. RGB value is (13,71,89). Sum of RGB (Red+Green+Blue) = 13+71+89=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D4759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4759 is #F2B8A6. Grayscale: #373737. Windows color (decimal): -15906983 or 5850893. OLE color: 5850893.
HSL color Cylindrical-coordinate representation of color #0D4759: hue angle of 194.21º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4759 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 71 | 89 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.65 |
| HSL | 194.21º | 0.75% | 0.2% | - |
| HSV(B) | 194.21º | 0.85% | 0.35% | - |
| XYZ | 4.22 | 5.31 | 10.25 | - |
| YUV | 55.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 89 | 0.85 | 0.20 | 0 | 0.65 | 194.21 | 0.75 | 0.2 |
| Hex | D | 47 | 59 | 55 | 14 | 0 | 41 | C2 | 4B | 14 |
| Octal | 15 | 107 | 131 | 125 | 24 | 0 | 101 | 302 | 113 | 24 |
| Binary | 1101 | 1000111 | 1011001 | 1010101 | 10100 | 0 | 1000001 | 11000010 | 1001011 | 10100 |
Color Harmonies of #0D4759
Complementary color
Monochromatic Colors of #0D4759
Black with #0D4759
Text Example
Text Example
White with #0D4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4759; }
p { color: rgb(13,71,89); }
H1.HeaderClassName
{
color: #0D4759;
}
.AnyTagClassName
{
color: #0D4759;
}
</style>
background-color css
<style>
a { background-color: #0D4759; }
a { background-color: rgb(13,71,89); }
div.DivClassName
{
background-color: #0D4759;
}
.BgClassName
{
background-color: #0D4759;
}
</style>
border-color css
<style>
span { border-color: #0D4759; }
span { border-color: rgb(13,71,89); }
td.TdClassName
{
border-color: #0D4759;
}
.TagClassName
{
border-color: #0D4759;
}
</style>