Shades of Astronaut Blue #114B64
Tints of Astronaut Blue #114B64
RGB
CMYK
RGB Variations
Color information
#114B64 (or 0x114B64) is known color: Astronaut Blue. HEX triplet: 11, 4B and 64. RGB value is (17,75,100). Sum of RGB (Red+Green+Blue) = 17+75+100=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #114B64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B64 is #EEB49B. Grayscale: #3C3C3C. Windows color (decimal): -15643804 or 6572817. OLE color: 6572817.
HSL color Cylindrical-coordinate representation of color #114B64: hue angle of 198.07º 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 #114B64 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 75 | 100 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.61 |
| HSL | 198.07º | 0.71% | 0.23% | - |
| HSV(B) | 198.07º | 0.83% | 0.39% | - |
| XYZ | 5.05 | 6.07 | 12.96 | - |
| YUV | 60.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 100 | 0.83 | 0.25 | 0 | 0.61 | 198.07 | 0.71 | 0.23 |
| Hex | 11 | 4B | 64 | 53 | 19 | 0 | 3D | C6 | 47 | 17 |
| Octal | 21 | 113 | 144 | 123 | 31 | 0 | 75 | 306 | 107 | 27 |
| Binary | 10001 | 1001011 | 1100100 | 1010011 | 11001 | 0 | 111101 | 11000110 | 1000111 | 10111 |
Color Harmonies of #114B64
Complementary color
Monochromatic Colors of #114B64
Black with #114B64
Text Example
Text Example
White with #114B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B64; }
p { color: rgb(17,75,100); }
H1.HeaderClassName
{
color: #114B64;
}
.AnyTagClassName
{
color: #114B64;
}
</style>
background-color css
<style>
a { background-color: #114B64; }
a { background-color: rgb(17,75,100); }
div.DivClassName
{
background-color: #114B64;
}
.BgClassName
{
background-color: #114B64;
}
</style>
border-color css
<style>
span { border-color: #114B64; }
span { border-color: rgb(17,75,100); }
td.TdClassName
{
border-color: #114B64;
}
.TagClassName
{
border-color: #114B64;
}
</style>