Shades of Astronaut Blue #114053
Tints of Astronaut Blue #114053
RGB
CMYK
RGB Variations
Color information
#114053 (or 0x114053) is known color: Astronaut Blue. HEX triplet: 11, 40 and 53. RGB value is (17,64,83). Sum of RGB (Red+Green+Blue) = 17+64+83=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #114053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114053 is #EEBFAC. Grayscale: #333333. Windows color (decimal): -15646637 or 5455889. OLE color: 5455889.
HSL color Cylindrical-coordinate representation of color #114053: hue angle of 197.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114053 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 64 | 83 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.67 |
| HSL | 197.27º | 0.66% | 0.2% | - |
| HSV(B) | 197.27º | 0.8% | 0.33% | - |
| XYZ | 3.63 | 4.41 | 8.84 | - |
| YUV | 52.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 83 | 0.80 | 0.23 | 0 | 0.67 | 197.27 | 0.66 | 0.2 |
| Hex | 11 | 40 | 53 | 50 | 17 | 0 | 43 | C5 | 42 | 14 |
| Octal | 21 | 100 | 123 | 120 | 27 | 0 | 103 | 305 | 102 | 24 |
| Binary | 10001 | 1000000 | 1010011 | 1010000 | 10111 | 0 | 1000011 | 11000101 | 1000010 | 10100 |
Color Harmonies of #114053
Complementary color
Monochromatic Colors of #114053
Black with #114053
Text Example
Text Example
White with #114053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114053; }
p { color: rgb(17,64,83); }
H1.HeaderClassName
{
color: #114053;
}
.AnyTagClassName
{
color: #114053;
}
</style>
background-color css
<style>
a { background-color: #114053; }
a { background-color: rgb(17,64,83); }
div.DivClassName
{
background-color: #114053;
}
.BgClassName
{
background-color: #114053;
}
</style>
border-color css
<style>
span { border-color: #114053; }
span { border-color: rgb(17,64,83); }
td.TdClassName
{
border-color: #114053;
}
.TagClassName
{
border-color: #114053;
}
</style>