Shades of Astronaut Blue #0D495F
Tints of Astronaut Blue #0D495F
RGB
CMYK
RGB Variations
Color information
#0D495F (or 0x0D495F) is known color: Astronaut Blue. HEX triplet: 0D, 49 and 5F. RGB value is (13,73,95). Sum of RGB (Red+Green+Blue) = 13+73+95=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D495F is #F2B6A0. Grayscale: #393939. Windows color (decimal): -15906465 or 6244621. OLE color: 6244621.
HSL color Cylindrical-coordinate representation of color #0D495F: hue angle of 196.1º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D495F is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 73 | 95 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.63 |
| HSL | 196.1º | 0.76% | 0.21% | - |
| HSV(B) | 196.1º | 0.86% | 0.37% | - |
| XYZ | 4.61 | 5.68 | 11.68 | - |
| YUV | 57.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 95 | 0.86 | 0.23 | 0 | 0.63 | 196.1 | 0.76 | 0.21 |
| Hex | D | 49 | 5F | 56 | 17 | 0 | 3F | C4 | 4C | 15 |
| Octal | 15 | 111 | 137 | 126 | 27 | 0 | 77 | 304 | 114 | 25 |
| Binary | 1101 | 1001001 | 1011111 | 1010110 | 10111 | 0 | 111111 | 11000100 | 1001100 | 10101 |
Color Harmonies of #0D495F
Complementary color
Monochromatic Colors of #0D495F
Black with #0D495F
Text Example
Text Example
White with #0D495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D495F; }
p { color: rgb(13,73,95); }
H1.HeaderClassName
{
color: #0D495F;
}
.AnyTagClassName
{
color: #0D495F;
}
</style>
background-color css
<style>
a { background-color: #0D495F; }
a { background-color: rgb(13,73,95); }
div.DivClassName
{
background-color: #0D495F;
}
.BgClassName
{
background-color: #0D495F;
}
</style>
border-color css
<style>
span { border-color: #0D495F; }
span { border-color: rgb(13,73,95); }
td.TdClassName
{
border-color: #0D495F;
}
.TagClassName
{
border-color: #0D495F;
}
</style>