Shades of Astronaut Blue #12485D
Tints of Astronaut Blue #12485D
RGB
CMYK
RGB Variations
Color information
#12485D (or 0x12485D) is known color: Astronaut Blue. HEX triplet: 12, 48 and 5D. RGB value is (18,72,93). Sum of RGB (Red+Green+Blue) = 18+72+93=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #12485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12485D is #EDB7A2. Grayscale: #3A3A3A. Windows color (decimal): -15579043 or 6113298. OLE color: 6113298.
HSL color Cylindrical-coordinate representation of color #12485D: hue angle of 196.8º 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 #12485D is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 72 | 93 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.64 |
| HSL | 196.8º | 0.68% | 0.22% | - |
| HSV(B) | 196.8º | 0.81% | 0.36% | - |
| XYZ | 4.54 | 5.55 | 11.19 | - |
| YUV | 58.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 93 | 0.81 | 0.23 | 0 | 0.64 | 196.8 | 0.68 | 0.22 |
| Hex | 12 | 48 | 5D | 51 | 17 | 0 | 40 | C5 | 44 | 16 |
| Octal | 22 | 110 | 135 | 121 | 27 | 0 | 100 | 305 | 104 | 26 |
| Binary | 10010 | 1001000 | 1011101 | 1010001 | 10111 | 0 | 1000000 | 11000101 | 1000100 | 10110 |
Color Harmonies of #12485D
Complementary color
Monochromatic Colors of #12485D
Black with #12485D
Text Example
Text Example
White with #12485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12485D; }
p { color: rgb(18,72,93); }
H1.HeaderClassName
{
color: #12485D;
}
.AnyTagClassName
{
color: #12485D;
}
</style>
background-color css
<style>
a { background-color: #12485D; }
a { background-color: rgb(18,72,93); }
div.DivClassName
{
background-color: #12485D;
}
.BgClassName
{
background-color: #12485D;
}
</style>
border-color css
<style>
span { border-color: #12485D; }
span { border-color: rgb(18,72,93); }
td.TdClassName
{
border-color: #12485D;
}
.TagClassName
{
border-color: #12485D;
}
</style>