Shades of Astronaut Blue #0D4D69
Tints of Astronaut Blue #0D4D69
RGB
CMYK
RGB Variations
Color information
#0D4D69 (or 0x0D4D69) is known color: Astronaut Blue. HEX triplet: 0D, 4D and 69. RGB value is (13,77,105). Sum of RGB (Red+Green+Blue) = 13+77+105=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D4D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D69 is #F2B296. Grayscale: #3C3C3C. Windows color (decimal): -15905431 or 6901005. OLE color: 6901005.
HSL color Cylindrical-coordinate representation of color #0D4D69: hue angle of 198.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4D69 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 77 | 105 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.59 |
| HSL | 198.26º | 0.78% | 0.23% | - |
| HSV(B) | 198.26º | 0.88% | 0.41% | - |
| XYZ | 5.37 | 6.41 | 14.32 | - |
| YUV | 61.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 105 | 0.88 | 0.27 | 0 | 0.59 | 198.26 | 0.78 | 0.23 |
| Hex | D | 4D | 69 | 58 | 1B | 0 | 3B | C6 | 4E | 17 |
| Octal | 15 | 115 | 151 | 130 | 33 | 0 | 73 | 306 | 116 | 27 |
| Binary | 1101 | 1001101 | 1101001 | 1011000 | 11011 | 0 | 111011 | 11000110 | 1001110 | 10111 |
Color Harmonies of #0D4D69
Complementary color
Monochromatic Colors of #0D4D69
Black with #0D4D69
Text Example
Text Example
White with #0D4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D69; }
p { color: rgb(13,77,105); }
H1.HeaderClassName
{
color: #0D4D69;
}
.AnyTagClassName
{
color: #0D4D69;
}
</style>
background-color css
<style>
a { background-color: #0D4D69; }
a { background-color: rgb(13,77,105); }
div.DivClassName
{
background-color: #0D4D69;
}
.BgClassName
{
background-color: #0D4D69;
}
</style>
border-color css
<style>
span { border-color: #0D4D69; }
span { border-color: rgb(13,77,105); }
td.TdClassName
{
border-color: #0D4D69;
}
.TagClassName
{
border-color: #0D4D69;
}
</style>