Shades of Astronaut Blue #0D4559
Tints of Astronaut Blue #0D4559
RGB
CMYK
RGB Variations
Color information
#0D4559 (or 0x0D4559) is known color: Astronaut Blue. HEX triplet: 0D, 45 and 59. RGB value is (13,69,89). Sum of RGB (Red+Green+Blue) = 13+69+89=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D4559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4559 is #F2BAA6. Grayscale: #363636. Windows color (decimal): -15907495 or 5850381. OLE color: 5850381.
HSL color Cylindrical-coordinate representation of color #0D4559: hue angle of 195.79º 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 #0D4559 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 69 | 89 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.65 |
| HSL | 195.79º | 0.75% | 0.2% | - |
| HSV(B) | 195.79º | 0.85% | 0.35% | - |
| XYZ | 4.1 | 5.06 | 10.21 | - |
| YUV | 54.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 89 | 0.85 | 0.22 | 0 | 0.65 | 195.79 | 0.75 | 0.2 |
| Hex | D | 45 | 59 | 55 | 16 | 0 | 41 | C4 | 4B | 14 |
| Octal | 15 | 105 | 131 | 125 | 26 | 0 | 101 | 304 | 113 | 24 |
| Binary | 1101 | 1000101 | 1011001 | 1010101 | 10110 | 0 | 1000001 | 11000100 | 1001011 | 10100 |
Color Harmonies of #0D4559
Complementary color
Monochromatic Colors of #0D4559
Black with #0D4559
Text Example
Text Example
White with #0D4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4559; }
p { color: rgb(13,69,89); }
H1.HeaderClassName
{
color: #0D4559;
}
.AnyTagClassName
{
color: #0D4559;
}
</style>
background-color css
<style>
a { background-color: #0D4559; }
a { background-color: rgb(13,69,89); }
div.DivClassName
{
background-color: #0D4559;
}
.BgClassName
{
background-color: #0D4559;
}
</style>
border-color css
<style>
span { border-color: #0D4559; }
span { border-color: rgb(13,69,89); }
td.TdClassName
{
border-color: #0D4559;
}
.TagClassName
{
border-color: #0D4559;
}
</style>