Shades of Astronaut Blue #0D4C68
Tints of Astronaut Blue #0D4C68
RGB
CMYK
RGB Variations
Color information
#0D4C68 (or 0x0D4C68) is known color: Astronaut Blue. HEX triplet: 0D, 4C and 68. RGB value is (13,76,104). Sum of RGB (Red+Green+Blue) = 13+76+104=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D4C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C68 is #F2B397. Grayscale: #3C3C3C. Windows color (decimal): -15905688 or 6835213. OLE color: 6835213.
HSL color Cylindrical-coordinate representation of color #0D4C68: hue angle of 198.46º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4C68 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 76 | 104 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.59 |
| HSL | 198.46º | 0.78% | 0.23% | - |
| HSV(B) | 198.46º | 0.88% | 0.41% | - |
| XYZ | 5.25 | 6.25 | 14.03 | - |
| YUV | 60.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 104 | 0.88 | 0.27 | 0 | 0.59 | 198.46 | 0.78 | 0.23 |
| Hex | D | 4C | 68 | 58 | 1B | 0 | 3B | C6 | 4E | 17 |
| Octal | 15 | 114 | 150 | 130 | 33 | 0 | 73 | 306 | 116 | 27 |
| Binary | 1101 | 1001100 | 1101000 | 1011000 | 11011 | 0 | 111011 | 11000110 | 1001110 | 10111 |
Color Harmonies of #0D4C68
Complementary color
Monochromatic Colors of #0D4C68
Black with #0D4C68
Text Example
Text Example
White with #0D4C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4C68; }
p { color: rgb(13,76,104); }
H1.HeaderClassName
{
color: #0D4C68;
}
.AnyTagClassName
{
color: #0D4C68;
}
</style>
background-color css
<style>
a { background-color: #0D4C68; }
a { background-color: rgb(13,76,104); }
div.DivClassName
{
background-color: #0D4C68;
}
.BgClassName
{
background-color: #0D4C68;
}
</style>
border-color css
<style>
span { border-color: #0D4C68; }
span { border-color: rgb(13,76,104); }
td.TdClassName
{
border-color: #0D4C68;
}
.TagClassName
{
border-color: #0D4C68;
}
</style>