Shades of Astronaut Blue #0D3F58
Tints of Astronaut Blue #0D3F58
RGB
CMYK
RGB Variations
Color information
#0D3F58 (or 0x0D3F58) is known color: Astronaut Blue. HEX triplet: 0D, 3F and 58. RGB value is (13,63,88). Sum of RGB (Red+Green+Blue) = 13+63+88=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D3F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F58 is #F2C0A7. Grayscale: #323232. Windows color (decimal): -15909032 or 5783309. OLE color: 5783309.
HSL color Cylindrical-coordinate representation of color #0D3F58: hue angle of 200º 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 #0D3F58 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 63 | 88 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.65 |
| HSL | 200º | 0.74% | 0.2% | - |
| HSV(B) | 200º | 0.85% | 0.35% | - |
| XYZ | 3.7 | 4.35 | 9.88 | - |
| YUV | 50.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 88 | 0.85 | 0.28 | 0 | 0.65 | 200 | 0.74 | 0.2 |
| Hex | D | 3F | 58 | 55 | 1C | 0 | 41 | C8 | 4A | 14 |
| Octal | 15 | 77 | 130 | 125 | 34 | 0 | 101 | 310 | 112 | 24 |
| Binary | 1101 | 111111 | 1011000 | 1010101 | 11100 | 0 | 1000001 | 11001000 | 1001010 | 10100 |
Color Harmonies of #0D3F58
Complementary color
Monochromatic Colors of #0D3F58
Black with #0D3F58
Text Example
Text Example
White with #0D3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3F58; }
p { color: rgb(13,63,88); }
H1.HeaderClassName
{
color: #0D3F58;
}
.AnyTagClassName
{
color: #0D3F58;
}
</style>
background-color css
<style>
a { background-color: #0D3F58; }
a { background-color: rgb(13,63,88); }
div.DivClassName
{
background-color: #0D3F58;
}
.BgClassName
{
background-color: #0D3F58;
}
</style>
border-color css
<style>
span { border-color: #0D3F58; }
span { border-color: rgb(13,63,88); }
td.TdClassName
{
border-color: #0D3F58;
}
.TagClassName
{
border-color: #0D3F58;
}
</style>