Shades of Astronaut Blue #114A5A
Tints of Astronaut Blue #114A5A
RGB
CMYK
RGB Variations
Color information
#114A5A (or 0x114A5A) is known color: Astronaut Blue. HEX triplet: 11, 4A and 5A. RGB value is (17,74,90). Sum of RGB (Red+Green+Blue) = 17+74+90=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #114A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A5A is #EEB5A5. Grayscale: #3A3A3A. Windows color (decimal): -15644070 or 5917201. OLE color: 5917201.
HSL color Cylindrical-coordinate representation of color #114A5A: hue angle of 193.15º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114A5A is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 74 | 90 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.65 |
| HSL | 193.15º | 0.68% | 0.21% | - |
| HSV(B) | 193.15º | 0.81% | 0.35% | - |
| XYZ | 4.53 | 5.75 | 10.55 | - |
| YUV | 58.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 90 | 0.81 | 0.18 | 0 | 0.65 | 193.15 | 0.68 | 0.21 |
| Hex | 11 | 4A | 5A | 51 | 12 | 0 | 41 | C1 | 44 | 15 |
| Octal | 21 | 112 | 132 | 121 | 22 | 0 | 101 | 301 | 104 | 25 |
| Binary | 10001 | 1001010 | 1011010 | 1010001 | 10010 | 0 | 1000001 | 11000001 | 1000100 | 10101 |
Color Harmonies of #114A5A
Complementary color
Monochromatic Colors of #114A5A
Black with #114A5A
Text Example
Text Example
White with #114A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A5A; }
p { color: rgb(17,74,90); }
H1.HeaderClassName
{
color: #114A5A;
}
.AnyTagClassName
{
color: #114A5A;
}
</style>
background-color css
<style>
a { background-color: #114A5A; }
a { background-color: rgb(17,74,90); }
div.DivClassName
{
background-color: #114A5A;
}
.BgClassName
{
background-color: #114A5A;
}
</style>
border-color css
<style>
span { border-color: #114A5A; }
span { border-color: rgb(17,74,90); }
td.TdClassName
{
border-color: #114A5A;
}
.TagClassName
{
border-color: #114A5A;
}
</style>