Shades of Astronaut Blue #0D495C
Tints of Astronaut Blue #0D495C
RGB
CMYK
RGB Variations
Color information
#0D495C (or 0x0D495C) is known color: Astronaut Blue. HEX triplet: 0D, 49 and 5C. RGB value is (13,73,92). Sum of RGB (Red+Green+Blue) = 13+73+92=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D495C is #F2B6A3. Grayscale: #393939. Windows color (decimal): -15906468 or 6048013. OLE color: 6048013.
HSL color Cylindrical-coordinate representation of color #0D495C: hue angle of 194.43º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D495C is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 73 | 92 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.64 |
| HSL | 194.43º | 0.75% | 0.21% | - |
| HSV(B) | 194.43º | 0.86% | 0.36% | - |
| XYZ | 4.48 | 5.62 | 10.97 | - |
| YUV | 57.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 92 | 0.86 | 0.21 | 0 | 0.64 | 194.43 | 0.75 | 0.21 |
| Hex | D | 49 | 5C | 56 | 15 | 0 | 40 | C2 | 4B | 15 |
| Octal | 15 | 111 | 134 | 126 | 25 | 0 | 100 | 302 | 113 | 25 |
| Binary | 1101 | 1001001 | 1011100 | 1010110 | 10101 | 0 | 1000000 | 11000010 | 1001011 | 10101 |
Color Harmonies of #0D495C
Complementary color
Monochromatic Colors of #0D495C
Black with #0D495C
Text Example
Text Example
White with #0D495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D495C; }
p { color: rgb(13,73,92); }
H1.HeaderClassName
{
color: #0D495C;
}
.AnyTagClassName
{
color: #0D495C;
}
</style>
background-color css
<style>
a { background-color: #0D495C; }
a { background-color: rgb(13,73,92); }
div.DivClassName
{
background-color: #0D495C;
}
.BgClassName
{
background-color: #0D495C;
}
</style>
border-color css
<style>
span { border-color: #0D495C; }
span { border-color: rgb(13,73,92); }
td.TdClassName
{
border-color: #0D495C;
}
.TagClassName
{
border-color: #0D495C;
}
</style>