Shades of Astronaut Blue #0D4459
Tints of Astronaut Blue #0D4459
RGB
CMYK
RGB Variations
Color information
#0D4459 (or 0x0D4459) is known color: Astronaut Blue. HEX triplet: 0D, 44 and 59. RGB value is (13,68,89). Sum of RGB (Red+Green+Blue) = 13+68+89=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D4459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4459 is #F2BBA6. Grayscale: #353535. Windows color (decimal): -15907751 or 5850125. OLE color: 5850125.
HSL color Cylindrical-coordinate representation of color #0D4459: hue angle of 196.58º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4459 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 68 | 89 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.65 |
| HSL | 196.58º | 0.75% | 0.2% | - |
| HSV(B) | 196.58º | 0.85% | 0.35% | - |
| XYZ | 4.04 | 4.94 | 10.19 | - |
| YUV | 53.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 89 | 0.85 | 0.24 | 0 | 0.65 | 196.58 | 0.75 | 0.2 |
| Hex | D | 44 | 59 | 55 | 18 | 0 | 41 | C5 | 4B | 14 |
| Octal | 15 | 104 | 131 | 125 | 30 | 0 | 101 | 305 | 113 | 24 |
| Binary | 1101 | 1000100 | 1011001 | 1010101 | 11000 | 0 | 1000001 | 11000101 | 1001011 | 10100 |
Color Harmonies of #0D4459
Complementary color
Monochromatic Colors of #0D4459
Black with #0D4459
Text Example
Text Example
White with #0D4459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4459; }
p { color: rgb(13,68,89); }
H1.HeaderClassName
{
color: #0D4459;
}
.AnyTagClassName
{
color: #0D4459;
}
</style>
background-color css
<style>
a { background-color: #0D4459; }
a { background-color: rgb(13,68,89); }
div.DivClassName
{
background-color: #0D4459;
}
.BgClassName
{
background-color: #0D4459;
}
</style>
border-color css
<style>
span { border-color: #0D4459; }
span { border-color: rgb(13,68,89); }
td.TdClassName
{
border-color: #0D4459;
}
.TagClassName
{
border-color: #0D4459;
}
</style>