Shades of Astronaut Blue #114A5C
Tints of Astronaut Blue #114A5C
RGB
CMYK
RGB Variations
Color information
#114A5C (or 0x114A5C) is known color: Astronaut Blue. HEX triplet: 11, 4A and 5C. RGB value is (17,74,92). Sum of RGB (Red+Green+Blue) = 17+74+92=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #114A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A5C is #EEB5A3. Grayscale: #3A3A3A. Windows color (decimal): -15644068 or 6048273. OLE color: 6048273.
HSL color Cylindrical-coordinate representation of color #114A5C: hue angle of 194.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114A5C is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 74 | 92 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.64 |
| HSL | 194.4º | 0.69% | 0.21% | - |
| HSV(B) | 194.4º | 0.82% | 0.36% | - |
| XYZ | 4.61 | 5.79 | 11 | - |
| YUV | 59.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 92 | 0.82 | 0.20 | 0 | 0.64 | 194.4 | 0.69 | 0.21 |
| Hex | 11 | 4A | 5C | 52 | 14 | 0 | 40 | C2 | 45 | 15 |
| Octal | 21 | 112 | 134 | 122 | 24 | 0 | 100 | 302 | 105 | 25 |
| Binary | 10001 | 1001010 | 1011100 | 1010010 | 10100 | 0 | 1000000 | 11000010 | 1000101 | 10101 |
Color Harmonies of #114A5C
Complementary color
Monochromatic Colors of #114A5C
Black with #114A5C
Text Example
Text Example
White with #114A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A5C; }
p { color: rgb(17,74,92); }
H1.HeaderClassName
{
color: #114A5C;
}
.AnyTagClassName
{
color: #114A5C;
}
</style>
background-color css
<style>
a { background-color: #114A5C; }
a { background-color: rgb(17,74,92); }
div.DivClassName
{
background-color: #114A5C;
}
.BgClassName
{
background-color: #114A5C;
}
</style>
border-color css
<style>
span { border-color: #114A5C; }
span { border-color: rgb(17,74,92); }
td.TdClassName
{
border-color: #114A5C;
}
.TagClassName
{
border-color: #114A5C;
}
</style>