Shades of Astronaut Blue #0D445C
Tints of Astronaut Blue #0D445C
RGB
CMYK
RGB Variations
Color information
#0D445C (or 0x0D445C) is known color: Astronaut Blue. HEX triplet: 0D, 44 and 5C. RGB value is (13,68,92). Sum of RGB (Red+Green+Blue) = 13+68+92=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D445C is #F2BBA3. Grayscale: #363636. Windows color (decimal): -15907748 or 6046733. OLE color: 6046733.
HSL color Cylindrical-coordinate representation of color #0D445C: hue angle of 198.23º 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 #0D445C is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 68 | 92 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.64 |
| HSL | 198.23º | 0.75% | 0.21% | - |
| HSV(B) | 198.23º | 0.86% | 0.36% | - |
| XYZ | 4.16 | 4.99 | 10.87 | - |
| YUV | 54.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 92 | 0.86 | 0.26 | 0 | 0.64 | 198.23 | 0.75 | 0.21 |
| Hex | D | 44 | 5C | 56 | 1A | 0 | 40 | C6 | 4B | 15 |
| Octal | 15 | 104 | 134 | 126 | 32 | 0 | 100 | 306 | 113 | 25 |
| Binary | 1101 | 1000100 | 1011100 | 1010110 | 11010 | 0 | 1000000 | 11000110 | 1001011 | 10101 |
Color Harmonies of #0D445C
Complementary color
Monochromatic Colors of #0D445C
Black with #0D445C
Text Example
Text Example
White with #0D445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D445C; }
p { color: rgb(13,68,92); }
H1.HeaderClassName
{
color: #0D445C;
}
.AnyTagClassName
{
color: #0D445C;
}
</style>
background-color css
<style>
a { background-color: #0D445C; }
a { background-color: rgb(13,68,92); }
div.DivClassName
{
background-color: #0D445C;
}
.BgClassName
{
background-color: #0D445C;
}
</style>
border-color css
<style>
span { border-color: #0D445C; }
span { border-color: rgb(13,68,92); }
td.TdClassName
{
border-color: #0D445C;
}
.TagClassName
{
border-color: #0D445C;
}
</style>