Shades of Astronaut Blue #114457
Tints of Astronaut Blue #114457
RGB
CMYK
RGB Variations
Color information
#114457 (or 0x114457) is known color: Astronaut Blue. HEX triplet: 11, 44 and 57. RGB value is (17,68,87). Sum of RGB (Red+Green+Blue) = 17+68+87=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #114457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114457 is #EEBBA8. Grayscale: #363636. Windows color (decimal): -15645609 or 5719057. OLE color: 5719057.
HSL color Cylindrical-coordinate representation of color #114457: hue angle of 196.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114457 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 68 | 87 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.66 |
| HSL | 196.29º | 0.67% | 0.2% | - |
| HSV(B) | 196.29º | 0.8% | 0.34% | - |
| XYZ | 4.02 | 4.94 | 9.76 | - |
| YUV | 54.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 87 | 0.80 | 0.22 | 0 | 0.66 | 196.29 | 0.67 | 0.2 |
| Hex | 11 | 44 | 57 | 50 | 16 | 0 | 42 | C4 | 43 | 14 |
| Octal | 21 | 104 | 127 | 120 | 26 | 0 | 102 | 304 | 103 | 24 |
| Binary | 10001 | 1000100 | 1010111 | 1010000 | 10110 | 0 | 1000010 | 11000100 | 1000011 | 10100 |
Color Harmonies of #114457
Complementary color
Monochromatic Colors of #114457
Black with #114457
Text Example
Text Example
White with #114457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114457; }
p { color: rgb(17,68,87); }
H1.HeaderClassName
{
color: #114457;
}
.AnyTagClassName
{
color: #114457;
}
</style>
background-color css
<style>
a { background-color: #114457; }
a { background-color: rgb(17,68,87); }
div.DivClassName
{
background-color: #114457;
}
.BgClassName
{
background-color: #114457;
}
</style>
border-color css
<style>
span { border-color: #114457; }
span { border-color: rgb(17,68,87); }
td.TdClassName
{
border-color: #114457;
}
.TagClassName
{
border-color: #114457;
}
</style>