Shades of Astronaut Blue #12415A
Tints of Astronaut Blue #12415A
RGB
CMYK
RGB Variations
Color information
#12415A (or 0x12415A) is known color: Astronaut Blue. HEX triplet: 12, 41 and 5A. RGB value is (18,65,90). Sum of RGB (Red+Green+Blue) = 18+65+90=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #12415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12415A is #EDBEA5. Grayscale: #353535. Windows color (decimal): -15580838 or 5914898. OLE color: 5914898.
HSL color Cylindrical-coordinate representation of color #12415A: hue angle of 200.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 #12415A is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 65 | 90 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.65 |
| HSL | 200.83º | 0.67% | 0.21% | - |
| HSV(B) | 200.83º | 0.8% | 0.35% | - |
| XYZ | 3.99 | 4.65 | 10.36 | - |
| YUV | 53.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 90 | 0.80 | 0.28 | 0 | 0.65 | 200.83 | 0.67 | 0.21 |
| Hex | 12 | 41 | 5A | 50 | 1C | 0 | 41 | C9 | 43 | 15 |
| Octal | 22 | 101 | 132 | 120 | 34 | 0 | 101 | 311 | 103 | 25 |
| Binary | 10010 | 1000001 | 1011010 | 1010000 | 11100 | 0 | 1000001 | 11001001 | 1000011 | 10101 |
Color Harmonies of #12415A
Complementary color
Monochromatic Colors of #12415A
Black with #12415A
Text Example
Text Example
White with #12415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12415A; }
p { color: rgb(18,65,90); }
H1.HeaderClassName
{
color: #12415A;
}
.AnyTagClassName
{
color: #12415A;
}
</style>
background-color css
<style>
a { background-color: #12415A; }
a { background-color: rgb(18,65,90); }
div.DivClassName
{
background-color: #12415A;
}
.BgClassName
{
background-color: #12415A;
}
</style>
border-color css
<style>
span { border-color: #12415A; }
span { border-color: rgb(18,65,90); }
td.TdClassName
{
border-color: #12415A;
}
.TagClassName
{
border-color: #12415A;
}
</style>