Shades of Astronaut Blue #114565
Tints of Astronaut Blue #114565
RGB
CMYK
RGB Variations
Color information
#114565 (or 0x114565) is known color: Astronaut Blue. HEX triplet: 11, 45 and 65. RGB value is (17,69,101). Sum of RGB (Red+Green+Blue) = 17+69+101=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #114565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114565 is #EEBA9A. Grayscale: #383838. Windows color (decimal): -15645339 or 6636817. OLE color: 6636817.
HSL color Cylindrical-coordinate representation of color #114565: hue angle of 202.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114565 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 69 | 101 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.60 |
| HSL | 202.86º | 0.71% | 0.23% | - |
| HSV(B) | 202.86º | 0.83% | 0.4% | - |
| XYZ | 4.71 | 5.32 | 13.09 | - |
| YUV | 57.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 101 | 0.83 | 0.32 | 0 | 0.60 | 202.86 | 0.71 | 0.23 |
| Hex | 11 | 45 | 65 | 53 | 20 | 0 | 3C | CB | 47 | 17 |
| Octal | 21 | 105 | 145 | 123 | 40 | 0 | 74 | 313 | 107 | 27 |
| Binary | 10001 | 1000101 | 1100101 | 1010011 | 100000 | 0 | 111100 | 11001011 | 1000111 | 10111 |
Color Harmonies of #114565
Complementary color
Monochromatic Colors of #114565
Black with #114565
Text Example
Text Example
White with #114565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114565; }
p { color: rgb(17,69,101); }
H1.HeaderClassName
{
color: #114565;
}
.AnyTagClassName
{
color: #114565;
}
</style>
background-color css
<style>
a { background-color: #114565; }
a { background-color: rgb(17,69,101); }
div.DivClassName
{
background-color: #114565;
}
.BgClassName
{
background-color: #114565;
}
</style>
border-color css
<style>
span { border-color: #114565; }
span { border-color: rgb(17,69,101); }
td.TdClassName
{
border-color: #114565;
}
.TagClassName
{
border-color: #114565;
}
</style>