Shades of Astronaut Blue #12485B
Tints of Astronaut Blue #12485B
RGB
CMYK
RGB Variations
Color information
#12485B (or 0x12485B) is known color: Astronaut Blue. HEX triplet: 12, 48 and 5B. RGB value is (18,72,91). Sum of RGB (Red+Green+Blue) = 18+72+91=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #12485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12485B is #EDB7A4. Grayscale: #393939. Windows color (decimal): -15579045 or 5982226. OLE color: 5982226.
HSL color Cylindrical-coordinate representation of color #12485B: hue angle of 195.62º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12485B is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 72 | 91 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.64 |
| HSL | 195.62º | 0.67% | 0.21% | - |
| HSV(B) | 195.62º | 0.8% | 0.36% | - |
| XYZ | 4.46 | 5.52 | 10.73 | - |
| YUV | 58.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 91 | 0.80 | 0.21 | 0 | 0.64 | 195.62 | 0.67 | 0.21 |
| Hex | 12 | 48 | 5B | 50 | 15 | 0 | 40 | C4 | 43 | 15 |
| Octal | 22 | 110 | 133 | 120 | 25 | 0 | 100 | 304 | 103 | 25 |
| Binary | 10010 | 1001000 | 1011011 | 1010000 | 10101 | 0 | 1000000 | 11000100 | 1000011 | 10101 |
Color Harmonies of #12485B
Complementary color
Monochromatic Colors of #12485B
Black with #12485B
Text Example
Text Example
White with #12485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12485B; }
p { color: rgb(18,72,91); }
H1.HeaderClassName
{
color: #12485B;
}
.AnyTagClassName
{
color: #12485B;
}
</style>
background-color css
<style>
a { background-color: #12485B; }
a { background-color: rgb(18,72,91); }
div.DivClassName
{
background-color: #12485B;
}
.BgClassName
{
background-color: #12485B;
}
</style>
border-color css
<style>
span { border-color: #12485B; }
span { border-color: rgb(18,72,91); }
td.TdClassName
{
border-color: #12485B;
}
.TagClassName
{
border-color: #12485B;
}
</style>