Shades of Astronaut Blue #0D3E54
Tints of Astronaut Blue #0D3E54
RGB
CMYK
RGB Variations
Color information
#0D3E54 (or 0x0D3E54) is known color: Astronaut Blue. HEX triplet: 0D, 3E and 54. RGB value is (13,62,84). Sum of RGB (Red+Green+Blue) = 13+62+84=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D3E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E54 is #F2C1AB. Grayscale: #313131. Windows color (decimal): -15909292 or 5520909. OLE color: 5520909.
HSL color Cylindrical-coordinate representation of color #0D3E54: hue angle of 198.59º 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 #0D3E54 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 62 | 84 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.67 |
| HSL | 198.59º | 0.73% | 0.19% | - |
| HSV(B) | 198.59º | 0.85% | 0.33% | - |
| XYZ | 3.49 | 4.17 | 9.01 | - |
| YUV | 49.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 84 | 0.85 | 0.26 | 0 | 0.67 | 198.59 | 0.73 | 0.19 |
| Hex | D | 3E | 54 | 55 | 1A | 0 | 43 | C7 | 49 | 13 |
| Octal | 15 | 76 | 124 | 125 | 32 | 0 | 103 | 307 | 111 | 23 |
| Binary | 1101 | 111110 | 1010100 | 1010101 | 11010 | 0 | 1000011 | 11000111 | 1001001 | 10011 |
Color Harmonies of #0D3E54
Complementary color
Monochromatic Colors of #0D3E54
Black with #0D3E54
Text Example
Text Example
White with #0D3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E54; }
p { color: rgb(13,62,84); }
H1.HeaderClassName
{
color: #0D3E54;
}
.AnyTagClassName
{
color: #0D3E54;
}
</style>
background-color css
<style>
a { background-color: #0D3E54; }
a { background-color: rgb(13,62,84); }
div.DivClassName
{
background-color: #0D3E54;
}
.BgClassName
{
background-color: #0D3E54;
}
</style>
border-color css
<style>
span { border-color: #0D3E54; }
span { border-color: rgb(13,62,84); }
td.TdClassName
{
border-color: #0D3E54;
}
.TagClassName
{
border-color: #0D3E54;
}
</style>