Shades of Astronaut Blue #114A63
Tints of Astronaut Blue #114A63
RGB
CMYK
RGB Variations
Color information
#114A63 (or 0x114A63) is known color: Astronaut Blue. HEX triplet: 11, 4A and 63. RGB value is (17,74,99). Sum of RGB (Red+Green+Blue) = 17+74+99=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #114A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A63 is #EEB59C. Grayscale: #3B3B3B. Windows color (decimal): -15644061 or 6507025. OLE color: 6507025.
HSL color Cylindrical-coordinate representation of color #114A63: hue angle of 198.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114A63 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 74 | 99 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.61 |
| HSL | 198.29º | 0.71% | 0.23% | - |
| HSV(B) | 198.29º | 0.83% | 0.39% | - |
| XYZ | 4.93 | 5.92 | 12.69 | - |
| YUV | 59.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 99 | 0.83 | 0.25 | 0 | 0.61 | 198.29 | 0.71 | 0.23 |
| Hex | 11 | 4A | 63 | 53 | 19 | 0 | 3D | C6 | 47 | 17 |
| Octal | 21 | 112 | 143 | 123 | 31 | 0 | 75 | 306 | 107 | 27 |
| Binary | 10001 | 1001010 | 1100011 | 1010011 | 11001 | 0 | 111101 | 11000110 | 1000111 | 10111 |
Color Harmonies of #114A63
Complementary color
Monochromatic Colors of #114A63
Black with #114A63
Text Example
Text Example
White with #114A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A63; }
p { color: rgb(17,74,99); }
H1.HeaderClassName
{
color: #114A63;
}
.AnyTagClassName
{
color: #114A63;
}
</style>
background-color css
<style>
a { background-color: #114A63; }
a { background-color: rgb(17,74,99); }
div.DivClassName
{
background-color: #114A63;
}
.BgClassName
{
background-color: #114A63;
}
</style>
border-color css
<style>
span { border-color: #114A63; }
span { border-color: rgb(17,74,99); }
td.TdClassName
{
border-color: #114A63;
}
.TagClassName
{
border-color: #114A63;
}
</style>