Shades of Astronaut Blue #12405A
Tints of Astronaut Blue #12405A
RGB
CMYK
RGB Variations
Color information
#12405A (or 0x12405A) is known color: Astronaut Blue. HEX triplet: 12, 40 and 5A. RGB value is (18,64,90). Sum of RGB (Red+Green+Blue) = 18+64+90=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #12405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405A is #EDBFA5. Grayscale: #353535. Windows color (decimal): -15581094 or 5914642. OLE color: 5914642.
HSL color Cylindrical-coordinate representation of color #12405A: hue angle of 201.67º 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 #12405A is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 64 | 90 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.65 |
| HSL | 201.67º | 0.67% | 0.21% | - |
| HSV(B) | 201.67º | 0.8% | 0.35% | - |
| XYZ | 3.93 | 4.53 | 10.34 | - |
| YUV | 53.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 90 | 0.80 | 0.29 | 0 | 0.65 | 201.67 | 0.67 | 0.21 |
| Hex | 12 | 40 | 5A | 50 | 1D | 0 | 41 | CA | 43 | 15 |
| Octal | 22 | 100 | 132 | 120 | 35 | 0 | 101 | 312 | 103 | 25 |
| Binary | 10010 | 1000000 | 1011010 | 1010000 | 11101 | 0 | 1000001 | 11001010 | 1000011 | 10101 |
Color Harmonies of #12405A
Complementary color
Monochromatic Colors of #12405A
Black with #12405A
Text Example
Text Example
White with #12405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12405A; }
p { color: rgb(18,64,90); }
H1.HeaderClassName
{
color: #12405A;
}
.AnyTagClassName
{
color: #12405A;
}
</style>
background-color css
<style>
a { background-color: #12405A; }
a { background-color: rgb(18,64,90); }
div.DivClassName
{
background-color: #12405A;
}
.BgClassName
{
background-color: #12405A;
}
</style>
border-color css
<style>
span { border-color: #12405A; }
span { border-color: rgb(18,64,90); }
td.TdClassName
{
border-color: #12405A;
}
.TagClassName
{
border-color: #12405A;
}
</style>