Shades of Astronaut Blue #11425B
Tints of Astronaut Blue #11425B
RGB
CMYK
RGB Variations
Color information
#11425B (or 0x11425B) is known color: Astronaut Blue. HEX triplet: 11, 42 and 5B. RGB value is (17,66,91). Sum of RGB (Red+Green+Blue) = 17+66+91=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #11425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11425B is #EEBDA4. Grayscale: #363636. Windows color (decimal): -15646117 or 5980689. OLE color: 5980689.
HSL color Cylindrical-coordinate representation of color #11425B: hue angle of 200.27º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11425B is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 66 | 91 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.64 |
| HSL | 200.27º | 0.69% | 0.21% | - |
| HSV(B) | 200.27º | 0.81% | 0.36% | - |
| XYZ | 4.07 | 4.77 | 10.6 | - |
| YUV | 54.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 91 | 0.81 | 0.27 | 0 | 0.64 | 200.27 | 0.69 | 0.21 |
| Hex | 11 | 42 | 5B | 51 | 1B | 0 | 40 | C8 | 45 | 15 |
| Octal | 21 | 102 | 133 | 121 | 33 | 0 | 100 | 310 | 105 | 25 |
| Binary | 10001 | 1000010 | 1011011 | 1010001 | 11011 | 0 | 1000000 | 11001000 | 1000101 | 10101 |
Color Harmonies of #11425B
Complementary color
Monochromatic Colors of #11425B
Black with #11425B
Text Example
Text Example
White with #11425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11425B; }
p { color: rgb(17,66,91); }
H1.HeaderClassName
{
color: #11425B;
}
.AnyTagClassName
{
color: #11425B;
}
</style>
background-color css
<style>
a { background-color: #11425B; }
a { background-color: rgb(17,66,91); }
div.DivClassName
{
background-color: #11425B;
}
.BgClassName
{
background-color: #11425B;
}
</style>
border-color css
<style>
span { border-color: #11425B; }
span { border-color: rgb(17,66,91); }
td.TdClassName
{
border-color: #11425B;
}
.TagClassName
{
border-color: #11425B;
}
</style>