Shades of Astronaut Blue #114664
Tints of Astronaut Blue #114664
RGB
CMYK
RGB Variations
Color information
#114664 (or 0x114664) is known color: Astronaut Blue. HEX triplet: 11, 46 and 64. RGB value is (17,70,100). Sum of RGB (Red+Green+Blue) = 17+70+100=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #114664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114664 is #EEB99B. Grayscale: #393939. Windows color (decimal): -15645084 or 6571537. OLE color: 6571537.
HSL color Cylindrical-coordinate representation of color #114664: hue angle of 201.69º 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 #114664 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 70 | 100 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.61 |
| HSL | 201.69º | 0.71% | 0.23% | - |
| HSV(B) | 201.69º | 0.83% | 0.39% | - |
| XYZ | 4.72 | 5.42 | 12.85 | - |
| YUV | 57.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 100 | 0.83 | 0.30 | 0 | 0.61 | 201.69 | 0.71 | 0.23 |
| Hex | 11 | 46 | 64 | 53 | 1E | 0 | 3D | CA | 47 | 17 |
| Octal | 21 | 106 | 144 | 123 | 36 | 0 | 75 | 312 | 107 | 27 |
| Binary | 10001 | 1000110 | 1100100 | 1010011 | 11110 | 0 | 111101 | 11001010 | 1000111 | 10111 |
Color Harmonies of #114664
Complementary color
Monochromatic Colors of #114664
Black with #114664
Text Example
Text Example
White with #114664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114664; }
p { color: rgb(17,70,100); }
H1.HeaderClassName
{
color: #114664;
}
.AnyTagClassName
{
color: #114664;
}
</style>
background-color css
<style>
a { background-color: #114664; }
a { background-color: rgb(17,70,100); }
div.DivClassName
{
background-color: #114664;
}
.BgClassName
{
background-color: #114664;
}
</style>
border-color css
<style>
span { border-color: #114664; }
span { border-color: rgb(17,70,100); }
td.TdClassName
{
border-color: #114664;
}
.TagClassName
{
border-color: #114664;
}
</style>