Shades of Astronaut Blue #0D4961
Tints of Astronaut Blue #0D4961
RGB
CMYK
RGB Variations
Color information
#0D4961 (or 0x0D4961) is known color: Astronaut Blue. HEX triplet: 0D, 49 and 61. RGB value is (13,73,97). Sum of RGB (Red+Green+Blue) = 13+73+97=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D4961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4961 is #F2B69E. Grayscale: #393939. Windows color (decimal): -15906463 or 6375693. OLE color: 6375693.
HSL color Cylindrical-coordinate representation of color #0D4961: hue angle of 197.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D4961 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 73 | 97 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.62 |
| HSL | 197.14º | 0.76% | 0.22% | - |
| HSV(B) | 197.14º | 0.87% | 0.38% | - |
| XYZ | 4.71 | 5.71 | 12.16 | - |
| YUV | 57.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 97 | 0.87 | 0.25 | 0 | 0.62 | 197.14 | 0.76 | 0.22 |
| Hex | D | 49 | 61 | 57 | 19 | 0 | 3E | C5 | 4C | 16 |
| Octal | 15 | 111 | 141 | 127 | 31 | 0 | 76 | 305 | 114 | 26 |
| Binary | 1101 | 1001001 | 1100001 | 1010111 | 11001 | 0 | 111110 | 11000101 | 1001100 | 10110 |
Color Harmonies of #0D4961
Complementary color
Monochromatic Colors of #0D4961
Black with #0D4961
Text Example
Text Example
White with #0D4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4961; }
p { color: rgb(13,73,97); }
H1.HeaderClassName
{
color: #0D4961;
}
.AnyTagClassName
{
color: #0D4961;
}
</style>
background-color css
<style>
a { background-color: #0D4961; }
a { background-color: rgb(13,73,97); }
div.DivClassName
{
background-color: #0D4961;
}
.BgClassName
{
background-color: #0D4961;
}
</style>
border-color css
<style>
span { border-color: #0D4961; }
span { border-color: rgb(13,73,97); }
td.TdClassName
{
border-color: #0D4961;
}
.TagClassName
{
border-color: #0D4961;
}
</style>