Shades of Astronaut Blue #0D455C
Tints of Astronaut Blue #0D455C
RGB
CMYK
RGB Variations
Color information
#0D455C (or 0x0D455C) is known color: Astronaut Blue. HEX triplet: 0D, 45 and 5C. RGB value is (13,69,92). Sum of RGB (Red+Green+Blue) = 13+69+92=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D455C is #F2BAA3. Grayscale: #363636. Windows color (decimal): -15907492 or 6046989. OLE color: 6046989.
HSL color Cylindrical-coordinate representation of color #0D455C: hue angle of 197.47º 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 #0D455C is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 69 | 92 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.64 |
| HSL | 197.47º | 0.75% | 0.21% | - |
| HSV(B) | 197.47º | 0.86% | 0.36% | - |
| XYZ | 4.23 | 5.11 | 10.89 | - |
| YUV | 54.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 92 | 0.86 | 0.25 | 0 | 0.64 | 197.47 | 0.75 | 0.21 |
| Hex | D | 45 | 5C | 56 | 19 | 0 | 40 | C5 | 4B | 15 |
| Octal | 15 | 105 | 134 | 126 | 31 | 0 | 100 | 305 | 113 | 25 |
| Binary | 1101 | 1000101 | 1011100 | 1010110 | 11001 | 0 | 1000000 | 11000101 | 1001011 | 10101 |
Color Harmonies of #0D455C
Complementary color
Monochromatic Colors of #0D455C
Black with #0D455C
Text Example
Text Example
White with #0D455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D455C; }
p { color: rgb(13,69,92); }
H1.HeaderClassName
{
color: #0D455C;
}
.AnyTagClassName
{
color: #0D455C;
}
</style>
background-color css
<style>
a { background-color: #0D455C; }
a { background-color: rgb(13,69,92); }
div.DivClassName
{
background-color: #0D455C;
}
.BgClassName
{
background-color: #0D455C;
}
</style>
border-color css
<style>
span { border-color: #0D455C; }
span { border-color: rgb(13,69,92); }
td.TdClassName
{
border-color: #0D455C;
}
.TagClassName
{
border-color: #0D455C;
}
</style>