Shades of Astronaut Blue #114B5E
Tints of Astronaut Blue #114B5E
RGB
CMYK
RGB Variations
Color information
#114B5E (or 0x114B5E) is known color: Astronaut Blue. HEX triplet: 11, 4B and 5E. RGB value is (17,75,94). Sum of RGB (Red+Green+Blue) = 17+75+94=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #114B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B5E is #EEB4A1. Grayscale: #3B3B3B. Windows color (decimal): -15643810 or 6179601. OLE color: 6179601.
HSL color Cylindrical-coordinate representation of color #114B5E: hue angle of 194.81º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114B5E is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 17 | 75 | 94 | - |
CMYK | 0.82 | 0.20 | 0 | 0.63 |
HSL | 194.81º | 0.69% | 0.22% | - |
HSV(B) | 194.81º | 0.82% | 0.37% | - |
XYZ | 4.77 | 5.96 | 11.49 | - |
YUV | 59.82 | 147.28 | 97.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 75 | 94 | 0.82 | 0.20 | 0 | 0.63 | 194.81 | 0.69 | 0.22 |
Hex | 11 | 4B | 5E | 52 | 14 | 0 | 3F | C3 | 45 | 16 |
Octal | 21 | 113 | 136 | 122 | 24 | 0 | 77 | 303 | 105 | 26 |
Binary | 10001 | 1001011 | 1011110 | 1010010 | 10100 | 0 | 111111 | 11000011 | 1000101 | 10110 |
Color Harmonies of #114B5E
Complementary color
Monochromatic Colors of #114B5E
Black with #114B5E
Text Example
Text Example
White with #114B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B5E; }
p { color: rgb(17,75,94); }
H1.HeaderClassName
{
color: #114B5E;
}
.AnyTagClassName
{
color: #114B5E;
}
</style>
background-color css
<style>
a { background-color: #114B5E; }
a { background-color: rgb(17,75,94); }
div.DivClassName
{
background-color: #114B5E;
}
.BgClassName
{
background-color: #114B5E;
}
</style>
border-color css
<style>
span { border-color: #114B5E; }
span { border-color: rgb(17,75,94); }
td.TdClassName
{
border-color: #114B5E;
}
.TagClassName
{
border-color: #114B5E;
}
</style>