Shades of Astronaut Blue #12495A
Tints of Astronaut Blue #12495A
RGB
CMYK
RGB Variations
Color information
#12495A (or 0x12495A) is known color: Astronaut Blue. HEX triplet: 12, 49 and 5A. RGB value is (18,73,90). Sum of RGB (Red+Green+Blue) = 18+73+90=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #12495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12495A is #EDB6A5. Grayscale: #3A3A3A. Windows color (decimal): -15578790 or 5916946. OLE color: 5916946.
HSL color Cylindrical-coordinate representation of color #12495A: hue angle of 194.17º 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 #12495A is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 73 | 90 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.65 |
| HSL | 194.17º | 0.67% | 0.21% | - |
| HSV(B) | 194.17º | 0.8% | 0.35% | - |
| XYZ | 4.48 | 5.63 | 10.52 | - |
| YUV | 58.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 90 | 0.80 | 0.19 | 0 | 0.65 | 194.17 | 0.67 | 0.21 |
| Hex | 12 | 49 | 5A | 50 | 13 | 0 | 41 | C2 | 43 | 15 |
| Octal | 22 | 111 | 132 | 120 | 23 | 0 | 101 | 302 | 103 | 25 |
| Binary | 10010 | 1001001 | 1011010 | 1010000 | 10011 | 0 | 1000001 | 11000010 | 1000011 | 10101 |
Color Harmonies of #12495A
Complementary color
Monochromatic Colors of #12495A
Black with #12495A
Text Example
Text Example
White with #12495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12495A; }
p { color: rgb(18,73,90); }
H1.HeaderClassName
{
color: #12495A;
}
.AnyTagClassName
{
color: #12495A;
}
</style>
background-color css
<style>
a { background-color: #12495A; }
a { background-color: rgb(18,73,90); }
div.DivClassName
{
background-color: #12495A;
}
.BgClassName
{
background-color: #12495A;
}
</style>
border-color css
<style>
span { border-color: #12495A; }
span { border-color: rgb(18,73,90); }
td.TdClassName
{
border-color: #12495A;
}
.TagClassName
{
border-color: #12495A;
}
</style>