Shades of Astronaut Blue #0D4054
Tints of Astronaut Blue #0D4054
RGB
CMYK
RGB Variations
Color information
#0D4054 (or 0x0D4054) is known color: Astronaut Blue. HEX triplet: 0D, 40 and 54. RGB value is (13,64,84). Sum of RGB (Red+Green+Blue) = 13+64+84=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D4054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4054 is #F2BFAB. Grayscale: #323232. Windows color (decimal): -15908780 or 5521421. OLE color: 5521421.
HSL color Cylindrical-coordinate representation of color #0D4054: hue angle of 196.9º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4054 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 64 | 84 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.67 |
| HSL | 196.9º | 0.73% | 0.19% | - |
| HSV(B) | 196.9º | 0.85% | 0.33% | - |
| XYZ | 3.6 | 4.39 | 9.05 | - |
| YUV | 51.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 84 | 0.85 | 0.24 | 0 | 0.67 | 196.9 | 0.73 | 0.19 |
| Hex | D | 40 | 54 | 55 | 18 | 0 | 43 | C5 | 49 | 13 |
| Octal | 15 | 100 | 124 | 125 | 30 | 0 | 103 | 305 | 111 | 23 |
| Binary | 1101 | 1000000 | 1010100 | 1010101 | 11000 | 0 | 1000011 | 11000101 | 1001001 | 10011 |
Color Harmonies of #0D4054
Complementary color
Monochromatic Colors of #0D4054
Black with #0D4054
Text Example
Text Example
White with #0D4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4054; }
p { color: rgb(13,64,84); }
H1.HeaderClassName
{
color: #0D4054;
}
.AnyTagClassName
{
color: #0D4054;
}
</style>
background-color css
<style>
a { background-color: #0D4054; }
a { background-color: rgb(13,64,84); }
div.DivClassName
{
background-color: #0D4054;
}
.BgClassName
{
background-color: #0D4054;
}
</style>
border-color css
<style>
span { border-color: #0D4054; }
span { border-color: rgb(13,64,84); }
td.TdClassName
{
border-color: #0D4054;
}
.TagClassName
{
border-color: #0D4054;
}
</style>