Shades of Astronaut Blue #0D4763
Tints of Astronaut Blue #0D4763
RGB
CMYK
RGB Variations
Color information
#0D4763 (or 0x0D4763) is known color: Astronaut Blue. HEX triplet: 0D, 47 and 63. RGB value is (13,71,99). Sum of RGB (Red+Green+Blue) = 13+71+99=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D4763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4763 is #F2B89C. Grayscale: #383838. Windows color (decimal): -15906973 or 6506253. OLE color: 6506253.
HSL color Cylindrical-coordinate representation of color #0D4763: hue angle of 199.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D4763 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 71 | 99 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.61 |
| HSL | 199.53º | 0.77% | 0.22% | - |
| HSV(B) | 199.53º | 0.87% | 0.39% | - |
| XYZ | 4.67 | 5.49 | 12.62 | - |
| YUV | 56.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 99 | 0.87 | 0.28 | 0 | 0.61 | 199.53 | 0.77 | 0.22 |
| Hex | D | 47 | 63 | 57 | 1C | 0 | 3D | C8 | 4D | 16 |
| Octal | 15 | 107 | 143 | 127 | 34 | 0 | 75 | 310 | 115 | 26 |
| Binary | 1101 | 1000111 | 1100011 | 1010111 | 11100 | 0 | 111101 | 11001000 | 1001101 | 10110 |
Color Harmonies of #0D4763
Complementary color
Monochromatic Colors of #0D4763
Black with #0D4763
Text Example
Text Example
White with #0D4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4763; }
p { color: rgb(13,71,99); }
H1.HeaderClassName
{
color: #0D4763;
}
.AnyTagClassName
{
color: #0D4763;
}
</style>
background-color css
<style>
a { background-color: #0D4763; }
a { background-color: rgb(13,71,99); }
div.DivClassName
{
background-color: #0D4763;
}
.BgClassName
{
background-color: #0D4763;
}
</style>
border-color css
<style>
span { border-color: #0D4763; }
span { border-color: rgb(13,71,99); }
td.TdClassName
{
border-color: #0D4763;
}
.TagClassName
{
border-color: #0D4763;
}
</style>