Shades of Astronaut Blue #12475C
Tints of Astronaut Blue #12475C
RGB
CMYK
RGB Variations
Color information
#12475C (or 0x12475C) is known color: Astronaut Blue. HEX triplet: 12, 47 and 5C. RGB value is (18,71,92). Sum of RGB (Red+Green+Blue) = 18+71+92=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #12475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12475C is #EDB8A3. Grayscale: #393939. Windows color (decimal): -15579300 or 6047506. OLE color: 6047506.
HSL color Cylindrical-coordinate representation of color #12475C: hue angle of 197.03º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12475C is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 71 | 92 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.64 |
| HSL | 197.03º | 0.67% | 0.22% | - |
| HSV(B) | 197.03º | 0.8% | 0.36% | - |
| XYZ | 4.43 | 5.41 | 10.94 | - |
| YUV | 57.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 92 | 0.80 | 0.23 | 0 | 0.64 | 197.03 | 0.67 | 0.22 |
| Hex | 12 | 47 | 5C | 50 | 17 | 0 | 40 | C5 | 43 | 16 |
| Octal | 22 | 107 | 134 | 120 | 27 | 0 | 100 | 305 | 103 | 26 |
| Binary | 10010 | 1000111 | 1011100 | 1010000 | 10111 | 0 | 1000000 | 11000101 | 1000011 | 10110 |
Color Harmonies of #12475C
Complementary color
Monochromatic Colors of #12475C
Black with #12475C
Text Example
Text Example
White with #12475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12475C; }
p { color: rgb(18,71,92); }
H1.HeaderClassName
{
color: #12475C;
}
.AnyTagClassName
{
color: #12475C;
}
</style>
background-color css
<style>
a { background-color: #12475C; }
a { background-color: rgb(18,71,92); }
div.DivClassName
{
background-color: #12475C;
}
.BgClassName
{
background-color: #12475C;
}
</style>
border-color css
<style>
span { border-color: #12475C; }
span { border-color: rgb(18,71,92); }
td.TdClassName
{
border-color: #12475C;
}
.TagClassName
{
border-color: #12475C;
}
</style>