Shades of Astronaut Blue #114A5D
Tints of Astronaut Blue #114A5D
RGB
CMYK
RGB Variations
Color information
#114A5D (or 0x114A5D) is known color: Astronaut Blue. HEX triplet: 11, 4A and 5D. RGB value is (17,74,93). Sum of RGB (Red+Green+Blue) = 17+74+93=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #114A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A5D is #EEB5A2. Grayscale: #3A3A3A. Windows color (decimal): -15644067 or 6113809. OLE color: 6113809.
HSL color Cylindrical-coordinate representation of color #114A5D: hue angle of 195º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114A5D is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 74 | 93 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.64 |
| HSL | 195º | 0.69% | 0.22% | - |
| HSV(B) | 195º | 0.82% | 0.36% | - |
| XYZ | 4.66 | 5.81 | 11.23 | - |
| YUV | 59.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 93 | 0.82 | 0.20 | 0 | 0.64 | 195 | 0.69 | 0.22 |
| Hex | 11 | 4A | 5D | 52 | 14 | 0 | 40 | C3 | 45 | 16 |
| Octal | 21 | 112 | 135 | 122 | 24 | 0 | 100 | 303 | 105 | 26 |
| Binary | 10001 | 1001010 | 1011101 | 1010010 | 10100 | 0 | 1000000 | 11000011 | 1000101 | 10110 |
Color Harmonies of #114A5D
Complementary color
Monochromatic Colors of #114A5D
Black with #114A5D
Text Example
Text Example
White with #114A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A5D; }
p { color: rgb(17,74,93); }
H1.HeaderClassName
{
color: #114A5D;
}
.AnyTagClassName
{
color: #114A5D;
}
</style>
background-color css
<style>
a { background-color: #114A5D; }
a { background-color: rgb(17,74,93); }
div.DivClassName
{
background-color: #114A5D;
}
.BgClassName
{
background-color: #114A5D;
}
</style>
border-color css
<style>
span { border-color: #114A5D; }
span { border-color: rgb(17,74,93); }
td.TdClassName
{
border-color: #114A5D;
}
.TagClassName
{
border-color: #114A5D;
}
</style>