Shades of Astronaut Blue #12475A
Tints of Astronaut Blue #12475A
RGB
CMYK
RGB Variations
Color information
#12475A (or 0x12475A) is known color: Astronaut Blue. HEX triplet: 12, 47 and 5A. RGB value is (18,71,90). Sum of RGB (Red+Green+Blue) = 18+71+90=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #12475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12475A is #EDB8A5. Grayscale: #393939. Windows color (decimal): -15579302 or 5916434. OLE color: 5916434.
HSL color Cylindrical-coordinate representation of color #12475A: hue angle of 195.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12475A is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 71 | 90 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.65 |
| HSL | 195.83º | 0.67% | 0.21% | - |
| HSV(B) | 195.83º | 0.8% | 0.35% | - |
| XYZ | 4.35 | 5.37 | 10.48 | - |
| YUV | 57.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 90 | 0.80 | 0.21 | 0 | 0.65 | 195.83 | 0.67 | 0.21 |
| Hex | 12 | 47 | 5A | 50 | 15 | 0 | 41 | C4 | 43 | 15 |
| Octal | 22 | 107 | 132 | 120 | 25 | 0 | 101 | 304 | 103 | 25 |
| Binary | 10010 | 1000111 | 1011010 | 1010000 | 10101 | 0 | 1000001 | 11000100 | 1000011 | 10101 |
Color Harmonies of #12475A
Complementary color
Monochromatic Colors of #12475A
Black with #12475A
Text Example
Text Example
White with #12475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12475A; }
p { color: rgb(18,71,90); }
H1.HeaderClassName
{
color: #12475A;
}
.AnyTagClassName
{
color: #12475A;
}
</style>
background-color css
<style>
a { background-color: #12475A; }
a { background-color: rgb(18,71,90); }
div.DivClassName
{
background-color: #12475A;
}
.BgClassName
{
background-color: #12475A;
}
</style>
border-color css
<style>
span { border-color: #12475A; }
span { border-color: rgb(18,71,90); }
td.TdClassName
{
border-color: #12475A;
}
.TagClassName
{
border-color: #12475A;
}
</style>