Shades of Astronaut Blue #0D4258
Tints of Astronaut Blue #0D4258
RGB
CMYK
RGB Variations
Color information
#0D4258 (or 0x0D4258) is known color: Astronaut Blue. HEX triplet: 0D, 42 and 58. RGB value is (13,66,88). Sum of RGB (Red+Green+Blue) = 13+66+88=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D4258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4258 is #F2BDA7. Grayscale: #343434. Windows color (decimal): -15908264 or 5784077. OLE color: 5784077.
HSL color Cylindrical-coordinate representation of color #0D4258: hue angle of 197.6º 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 #0D4258 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 66 | 88 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.65 |
| HSL | 197.6º | 0.74% | 0.2% | - |
| HSV(B) | 197.6º | 0.85% | 0.35% | - |
| XYZ | 3.88 | 4.69 | 9.93 | - |
| YUV | 52.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 88 | 0.85 | 0.25 | 0 | 0.65 | 197.6 | 0.74 | 0.2 |
| Hex | D | 42 | 58 | 55 | 19 | 0 | 41 | C6 | 4A | 14 |
| Octal | 15 | 102 | 130 | 125 | 31 | 0 | 101 | 306 | 112 | 24 |
| Binary | 1101 | 1000010 | 1011000 | 1010101 | 11001 | 0 | 1000001 | 11000110 | 1001010 | 10100 |
Color Harmonies of #0D4258
Complementary color
Monochromatic Colors of #0D4258
Black with #0D4258
Text Example
Text Example
White with #0D4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4258; }
p { color: rgb(13,66,88); }
H1.HeaderClassName
{
color: #0D4258;
}
.AnyTagClassName
{
color: #0D4258;
}
</style>
background-color css
<style>
a { background-color: #0D4258; }
a { background-color: rgb(13,66,88); }
div.DivClassName
{
background-color: #0D4258;
}
.BgClassName
{
background-color: #0D4258;
}
</style>
border-color css
<style>
span { border-color: #0D4258; }
span { border-color: rgb(13,66,88); }
td.TdClassName
{
border-color: #0D4258;
}
.TagClassName
{
border-color: #0D4258;
}
</style>