Shades of Astronaut Blue #12465B
Tints of Astronaut Blue #12465B
RGB
CMYK
RGB Variations
Color information
#12465B (or 0x12465B) is known color: Astronaut Blue. HEX triplet: 12, 46 and 5B. RGB value is (18,70,91). Sum of RGB (Red+Green+Blue) = 18+70+91=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #12465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12465B is #EDB9A4. Grayscale: #383838. Windows color (decimal): -15579557 or 5981714. OLE color: 5981714.
HSL color Cylindrical-coordinate representation of color #12465B: hue angle of 197.26º 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 #12465B is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 70 | 91 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.64 |
| HSL | 197.26º | 0.67% | 0.21% | - |
| HSV(B) | 197.26º | 0.8% | 0.36% | - |
| XYZ | 4.33 | 5.26 | 10.69 | - |
| YUV | 56.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 91 | 0.80 | 0.23 | 0 | 0.64 | 197.26 | 0.67 | 0.21 |
| Hex | 12 | 46 | 5B | 50 | 17 | 0 | 40 | C5 | 43 | 15 |
| Octal | 22 | 106 | 133 | 120 | 27 | 0 | 100 | 305 | 103 | 25 |
| Binary | 10010 | 1000110 | 1011011 | 1010000 | 10111 | 0 | 1000000 | 11000101 | 1000011 | 10101 |
Color Harmonies of #12465B
Complementary color
Monochromatic Colors of #12465B
Black with #12465B
Text Example
Text Example
White with #12465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12465B; }
p { color: rgb(18,70,91); }
H1.HeaderClassName
{
color: #12465B;
}
.AnyTagClassName
{
color: #12465B;
}
</style>
background-color css
<style>
a { background-color: #12465B; }
a { background-color: rgb(18,70,91); }
div.DivClassName
{
background-color: #12465B;
}
.BgClassName
{
background-color: #12465B;
}
</style>
border-color css
<style>
span { border-color: #12465B; }
span { border-color: rgb(18,70,91); }
td.TdClassName
{
border-color: #12465B;
}
.TagClassName
{
border-color: #12465B;
}
</style>