Shades of Astronaut Blue #114B5C
Tints of Astronaut Blue #114B5C
RGB
CMYK
RGB Variations
Color information
#114B5C (or 0x114B5C) is known color: Astronaut Blue. HEX triplet: 11, 4B and 5C. RGB value is (17,75,92). Sum of RGB (Red+Green+Blue) = 17+75+92=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #114B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B5C is #EEB4A3. Grayscale: #3B3B3B. Windows color (decimal): -15643812 or 6048529. OLE color: 6048529.
HSL color Cylindrical-coordinate representation of color #114B5C: hue angle of 193.6º 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 #114B5C is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 75 | 92 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.64 |
| HSL | 193.6º | 0.69% | 0.21% | - |
| HSV(B) | 193.6º | 0.82% | 0.36% | - |
| XYZ | 4.68 | 5.92 | 11.02 | - |
| YUV | 59.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 92 | 0.82 | 0.18 | 0 | 0.64 | 193.6 | 0.69 | 0.21 |
| Hex | 11 | 4B | 5C | 52 | 12 | 0 | 40 | C2 | 45 | 15 |
| Octal | 21 | 113 | 134 | 122 | 22 | 0 | 100 | 302 | 105 | 25 |
| Binary | 10001 | 1001011 | 1011100 | 1010010 | 10010 | 0 | 1000000 | 11000010 | 1000101 | 10101 |
Color Harmonies of #114B5C
Complementary color
Monochromatic Colors of #114B5C
Black with #114B5C
Text Example
Text Example
White with #114B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B5C; }
p { color: rgb(17,75,92); }
H1.HeaderClassName
{
color: #114B5C;
}
.AnyTagClassName
{
color: #114B5C;
}
</style>
background-color css
<style>
a { background-color: #114B5C; }
a { background-color: rgb(17,75,92); }
div.DivClassName
{
background-color: #114B5C;
}
.BgClassName
{
background-color: #114B5C;
}
</style>
border-color css
<style>
span { border-color: #114B5C; }
span { border-color: rgb(17,75,92); }
td.TdClassName
{
border-color: #114B5C;
}
.TagClassName
{
border-color: #114B5C;
}
</style>