Shades of Astronaut Blue #114558
Tints of Astronaut Blue #114558
RGB
CMYK
RGB Variations
Color information
#114558 (or 0x114558) is known color: Astronaut Blue. HEX triplet: 11, 45 and 58. RGB value is (17,69,88). Sum of RGB (Red+Green+Blue) = 17+69+88=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #114558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114558 is #EEBAA7. Grayscale: #373737. Windows color (decimal): -15645352 or 5784849. OLE color: 5784849.
HSL color Cylindrical-coordinate representation of color #114558: hue angle of 196.06º 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 #114558 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 69 | 88 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.65 |
| HSL | 196.06º | 0.68% | 0.21% | - |
| HSV(B) | 196.06º | 0.81% | 0.35% | - |
| XYZ | 4.12 | 5.08 | 10 | - |
| YUV | 55.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 88 | 0.81 | 0.22 | 0 | 0.65 | 196.06 | 0.68 | 0.21 |
| Hex | 11 | 45 | 58 | 51 | 16 | 0 | 41 | C4 | 44 | 15 |
| Octal | 21 | 105 | 130 | 121 | 26 | 0 | 101 | 304 | 104 | 25 |
| Binary | 10001 | 1000101 | 1011000 | 1010001 | 10110 | 0 | 1000001 | 11000100 | 1000100 | 10101 |
Color Harmonies of #114558
Complementary color
Monochromatic Colors of #114558
Black with #114558
Text Example
Text Example
White with #114558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114558; }
p { color: rgb(17,69,88); }
H1.HeaderClassName
{
color: #114558;
}
.AnyTagClassName
{
color: #114558;
}
</style>
background-color css
<style>
a { background-color: #114558; }
a { background-color: rgb(17,69,88); }
div.DivClassName
{
background-color: #114558;
}
.BgClassName
{
background-color: #114558;
}
</style>
border-color css
<style>
span { border-color: #114558; }
span { border-color: rgb(17,69,88); }
td.TdClassName
{
border-color: #114558;
}
.TagClassName
{
border-color: #114558;
}
</style>