Shades of Astronaut Blue #114761
Tints of Astronaut Blue #114761
RGB
CMYK
RGB Variations
Color information
#114761 (or 0x114761) is known color: Astronaut Blue. HEX triplet: 11, 47 and 61. RGB value is (17,71,97). Sum of RGB (Red+Green+Blue) = 17+71+97=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #114761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114761 is #EEB89E. Grayscale: #393939. Windows color (decimal): -15644831 or 6375185. OLE color: 6375185.
HSL color Cylindrical-coordinate representation of color #114761: hue angle of 199.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114761 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 71 | 97 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.62 |
| HSL | 199.5º | 0.7% | 0.22% | - |
| HSV(B) | 199.5º | 0.82% | 0.38% | - |
| XYZ | 4.64 | 5.49 | 12.12 | - |
| YUV | 57.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 97 | 0.82 | 0.27 | 0 | 0.62 | 199.5 | 0.7 | 0.22 |
| Hex | 11 | 47 | 61 | 52 | 1B | 0 | 3E | C8 | 46 | 16 |
| Octal | 21 | 107 | 141 | 122 | 33 | 0 | 76 | 310 | 106 | 26 |
| Binary | 10001 | 1000111 | 1100001 | 1010010 | 11011 | 0 | 111110 | 11001000 | 1000110 | 10110 |
Color Harmonies of #114761
Complementary color
Monochromatic Colors of #114761
Black with #114761
Text Example
Text Example
White with #114761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114761; }
p { color: rgb(17,71,97); }
H1.HeaderClassName
{
color: #114761;
}
.AnyTagClassName
{
color: #114761;
}
</style>
background-color css
<style>
a { background-color: #114761; }
a { background-color: rgb(17,71,97); }
div.DivClassName
{
background-color: #114761;
}
.BgClassName
{
background-color: #114761;
}
</style>
border-color css
<style>
span { border-color: #114761; }
span { border-color: rgb(17,71,97); }
td.TdClassName
{
border-color: #114761;
}
.TagClassName
{
border-color: #114761;
}
</style>