Shades of Astronaut Blue #0D445D
Tints of Astronaut Blue #0D445D
RGB
CMYK
RGB Variations
Color information
#0D445D (or 0x0D445D) is known color: Astronaut Blue. HEX triplet: 0D, 44 and 5D. RGB value is (13,68,93). Sum of RGB (Red+Green+Blue) = 13+68+93=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D445D is #F2BBA2. Grayscale: #363636. Windows color (decimal): -15907747 or 6112269. OLE color: 6112269.
HSL color Cylindrical-coordinate representation of color #0D445D: hue angle of 198.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D445D is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 68 | 93 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.64 |
| HSL | 198.75º | 0.75% | 0.21% | - |
| HSV(B) | 198.75º | 0.86% | 0.36% | - |
| XYZ | 4.21 | 5.01 | 11.1 | - |
| YUV | 54.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 93 | 0.86 | 0.27 | 0 | 0.64 | 198.75 | 0.75 | 0.21 |
| Hex | D | 44 | 5D | 56 | 1B | 0 | 40 | C7 | 4B | 15 |
| Octal | 15 | 104 | 135 | 126 | 33 | 0 | 100 | 307 | 113 | 25 |
| Binary | 1101 | 1000100 | 1011101 | 1010110 | 11011 | 0 | 1000000 | 11000111 | 1001011 | 10101 |
Color Harmonies of #0D445D
Complementary color
Monochromatic Colors of #0D445D
Black with #0D445D
Text Example
Text Example
White with #0D445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D445D; }
p { color: rgb(13,68,93); }
H1.HeaderClassName
{
color: #0D445D;
}
.AnyTagClassName
{
color: #0D445D;
}
</style>
background-color css
<style>
a { background-color: #0D445D; }
a { background-color: rgb(13,68,93); }
div.DivClassName
{
background-color: #0D445D;
}
.BgClassName
{
background-color: #0D445D;
}
</style>
border-color css
<style>
span { border-color: #0D445D; }
span { border-color: rgb(13,68,93); }
td.TdClassName
{
border-color: #0D445D;
}
.TagClassName
{
border-color: #0D445D;
}
</style>