Shades of Astronaut Blue #114668
Tints of Astronaut Blue #114668
RGB
CMYK
RGB Variations
Color information
#114668 (or 0x114668) is known color: Astronaut Blue. HEX triplet: 11, 46 and 68. RGB value is (17,70,104). Sum of RGB (Red+Green+Blue) = 17+70+104=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #114668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114668 is #EEB997. Grayscale: #393939. Windows color (decimal): -15645080 or 6833681. OLE color: 6833681.
HSL color Cylindrical-coordinate representation of color #114668: hue angle of 203.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114668 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 70 | 104 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.59 |
| HSL | 203.45º | 0.72% | 0.24% | - |
| HSV(B) | 203.45º | 0.84% | 0.41% | - |
| XYZ | 4.92 | 5.5 | 13.9 | - |
| YUV | 58.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 104 | 0.84 | 0.33 | 0 | 0.59 | 203.45 | 0.72 | 0.24 |
| Hex | 11 | 46 | 68 | 54 | 21 | 0 | 3B | CB | 48 | 18 |
| Octal | 21 | 106 | 150 | 124 | 41 | 0 | 73 | 313 | 110 | 30 |
| Binary | 10001 | 1000110 | 1101000 | 1010100 | 100001 | 0 | 111011 | 11001011 | 1001000 | 11000 |
Color Harmonies of #114668
Complementary color
Monochromatic Colors of #114668
Black with #114668
Text Example
Text Example
White with #114668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114668; }
p { color: rgb(17,70,104); }
H1.HeaderClassName
{
color: #114668;
}
.AnyTagClassName
{
color: #114668;
}
</style>
background-color css
<style>
a { background-color: #114668; }
a { background-color: rgb(17,70,104); }
div.DivClassName
{
background-color: #114668;
}
.BgClassName
{
background-color: #114668;
}
</style>
border-color css
<style>
span { border-color: #114668; }
span { border-color: rgb(17,70,104); }
td.TdClassName
{
border-color: #114668;
}
.TagClassName
{
border-color: #114668;
}
</style>