Shades of Astronaut Blue #0D4558
Tints of Astronaut Blue #0D4558
RGB
CMYK
RGB Variations
Color information
#0D4558 (or 0x0D4558) is known color: Astronaut Blue. HEX triplet: 0D, 45 and 58. RGB value is (13,69,88). Sum of RGB (Red+Green+Blue) = 13+69+88=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D4558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4558 is #F2BAA7. Grayscale: #363636. Windows color (decimal): -15907496 or 5784845. OLE color: 5784845.
HSL color Cylindrical-coordinate representation of color #0D4558: hue angle of 195.2º degrees, saturation: 0.74, 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 #0D4558 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 69 | 88 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.65 |
| HSL | 195.2º | 0.74% | 0.2% | - |
| HSV(B) | 195.2º | 0.85% | 0.35% | - |
| XYZ | 4.06 | 5.05 | 9.99 | - |
| YUV | 54.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 88 | 0.85 | 0.22 | 0 | 0.65 | 195.2 | 0.74 | 0.2 |
| Hex | D | 45 | 58 | 55 | 16 | 0 | 41 | C3 | 4A | 14 |
| Octal | 15 | 105 | 130 | 125 | 26 | 0 | 101 | 303 | 112 | 24 |
| Binary | 1101 | 1000101 | 1011000 | 1010101 | 10110 | 0 | 1000001 | 11000011 | 1001010 | 10100 |
Color Harmonies of #0D4558
Complementary color
Monochromatic Colors of #0D4558
Black with #0D4558
Text Example
Text Example
White with #0D4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4558; }
p { color: rgb(13,69,88); }
H1.HeaderClassName
{
color: #0D4558;
}
.AnyTagClassName
{
color: #0D4558;
}
</style>
background-color css
<style>
a { background-color: #0D4558; }
a { background-color: rgb(13,69,88); }
div.DivClassName
{
background-color: #0D4558;
}
.BgClassName
{
background-color: #0D4558;
}
</style>
border-color css
<style>
span { border-color: #0D4558; }
span { border-color: rgb(13,69,88); }
td.TdClassName
{
border-color: #0D4558;
}
.TagClassName
{
border-color: #0D4558;
}
</style>