Shades of Astronaut Blue #114861
Tints of Astronaut Blue #114861
RGB
CMYK
RGB Variations
Color information
#114861 (or 0x114861) is known color: Astronaut Blue. HEX triplet: 11, 48 and 61. RGB value is (17,72,97). Sum of RGB (Red+Green+Blue) = 17+72+97=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #114861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114861 is #EEB79E. Grayscale: #3A3A3A. Windows color (decimal): -15644575 or 6375441. OLE color: 6375441.
HSL color Cylindrical-coordinate representation of color #114861: hue angle of 198.75º 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 #114861 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 72 | 97 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.62 |
| HSL | 198.75º | 0.7% | 0.22% | - |
| HSV(B) | 198.75º | 0.82% | 0.38% | - |
| XYZ | 4.71 | 5.62 | 12.15 | - |
| YUV | 58.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 97 | 0.82 | 0.26 | 0 | 0.62 | 198.75 | 0.7 | 0.22 |
| Hex | 11 | 48 | 61 | 52 | 1A | 0 | 3E | C7 | 46 | 16 |
| Octal | 21 | 110 | 141 | 122 | 32 | 0 | 76 | 307 | 106 | 26 |
| Binary | 10001 | 1001000 | 1100001 | 1010010 | 11010 | 0 | 111110 | 11000111 | 1000110 | 10110 |
Color Harmonies of #114861
Complementary color
Monochromatic Colors of #114861
Black with #114861
Text Example
Text Example
White with #114861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114861; }
p { color: rgb(17,72,97); }
H1.HeaderClassName
{
color: #114861;
}
.AnyTagClassName
{
color: #114861;
}
</style>
background-color css
<style>
a { background-color: #114861; }
a { background-color: rgb(17,72,97); }
div.DivClassName
{
background-color: #114861;
}
.BgClassName
{
background-color: #114861;
}
</style>
border-color css
<style>
span { border-color: #114861; }
span { border-color: rgb(17,72,97); }
td.TdClassName
{
border-color: #114861;
}
.TagClassName
{
border-color: #114861;
}
</style>