Shades of Astronaut Blue #0D415C
Tints of Astronaut Blue #0D415C
RGB
CMYK
RGB Variations
Color information
#0D415C (or 0x0D415C) is known color: Astronaut Blue. HEX triplet: 0D, 41 and 5C. RGB value is (13,65,92). Sum of RGB (Red+Green+Blue) = 13+65+92=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D415C is #F2BEA3. Grayscale: #343434. Windows color (decimal): -15908516 or 6045965. OLE color: 6045965.
HSL color Cylindrical-coordinate representation of color #0D415C: hue angle of 200.51º 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 #0D415C is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 65 | 92 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.64 |
| HSL | 200.51º | 0.75% | 0.21% | - |
| HSV(B) | 200.51º | 0.86% | 0.36% | - |
| XYZ | 3.99 | 4.64 | 10.81 | - |
| YUV | 52.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 92 | 0.86 | 0.29 | 0 | 0.64 | 200.51 | 0.75 | 0.21 |
| Hex | D | 41 | 5C | 56 | 1D | 0 | 40 | C9 | 4B | 15 |
| Octal | 15 | 101 | 134 | 126 | 35 | 0 | 100 | 311 | 113 | 25 |
| Binary | 1101 | 1000001 | 1011100 | 1010110 | 11101 | 0 | 1000000 | 11001001 | 1001011 | 10101 |
Color Harmonies of #0D415C
Complementary color
Monochromatic Colors of #0D415C
Black with #0D415C
Text Example
Text Example
White with #0D415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D415C; }
p { color: rgb(13,65,92); }
H1.HeaderClassName
{
color: #0D415C;
}
.AnyTagClassName
{
color: #0D415C;
}
</style>
background-color css
<style>
a { background-color: #0D415C; }
a { background-color: rgb(13,65,92); }
div.DivClassName
{
background-color: #0D415C;
}
.BgClassName
{
background-color: #0D415C;
}
</style>
border-color css
<style>
span { border-color: #0D415C; }
span { border-color: rgb(13,65,92); }
td.TdClassName
{
border-color: #0D415C;
}
.TagClassName
{
border-color: #0D415C;
}
</style>