Shades of Astronaut Blue #12475D
Tints of Astronaut Blue #12475D
RGB
CMYK
RGB Variations
Color information
#12475D (or 0x12475D) is known color: Astronaut Blue. HEX triplet: 12, 47 and 5D. RGB value is (18,71,93). Sum of RGB (Red+Green+Blue) = 18+71+93=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #12475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12475D is #EDB8A2. Grayscale: #393939. Windows color (decimal): -15579299 or 6113042. OLE color: 6113042.
HSL color Cylindrical-coordinate representation of color #12475D: hue angle of 197.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12475D is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 71 | 93 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.64 |
| HSL | 197.6º | 0.68% | 0.22% | - |
| HSV(B) | 197.6º | 0.81% | 0.36% | - |
| XYZ | 4.48 | 5.43 | 11.17 | - |
| YUV | 57.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 93 | 0.81 | 0.24 | 0 | 0.64 | 197.6 | 0.68 | 0.22 |
| Hex | 12 | 47 | 5D | 51 | 18 | 0 | 40 | C6 | 44 | 16 |
| Octal | 22 | 107 | 135 | 121 | 30 | 0 | 100 | 306 | 104 | 26 |
| Binary | 10010 | 1000111 | 1011101 | 1010001 | 11000 | 0 | 1000000 | 11000110 | 1000100 | 10110 |
Color Harmonies of #12475D
Complementary color
Monochromatic Colors of #12475D
Black with #12475D
Text Example
Text Example
White with #12475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12475D; }
p { color: rgb(18,71,93); }
H1.HeaderClassName
{
color: #12475D;
}
.AnyTagClassName
{
color: #12475D;
}
</style>
background-color css
<style>
a { background-color: #12475D; }
a { background-color: rgb(18,71,93); }
div.DivClassName
{
background-color: #12475D;
}
.BgClassName
{
background-color: #12475D;
}
</style>
border-color css
<style>
span { border-color: #12475D; }
span { border-color: rgb(18,71,93); }
td.TdClassName
{
border-color: #12475D;
}
.TagClassName
{
border-color: #12475D;
}
</style>