Shades of Astronaut Blue #114864
Tints of Astronaut Blue #114864
RGB
CMYK
RGB Variations
Color information
#114864 (or 0x114864) is known color: Astronaut Blue. HEX triplet: 11, 48 and 64. RGB value is (17,72,100). Sum of RGB (Red+Green+Blue) = 17+72+100=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #114864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114864 is #EEB79B. Grayscale: #3A3A3A. Windows color (decimal): -15644572 or 6572049. OLE color: 6572049.
HSL color Cylindrical-coordinate representation of color #114864: hue angle of 200.24º 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 #114864 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 72 | 100 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.61 |
| HSL | 200.24º | 0.71% | 0.23% | - |
| HSV(B) | 200.24º | 0.83% | 0.39% | - |
| XYZ | 4.85 | 5.67 | 12.9 | - |
| YUV | 58.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 100 | 0.83 | 0.28 | 0 | 0.61 | 200.24 | 0.71 | 0.23 |
| Hex | 11 | 48 | 64 | 53 | 1C | 0 | 3D | C8 | 47 | 17 |
| Octal | 21 | 110 | 144 | 123 | 34 | 0 | 75 | 310 | 107 | 27 |
| Binary | 10001 | 1001000 | 1100100 | 1010011 | 11100 | 0 | 111101 | 11001000 | 1000111 | 10111 |
Color Harmonies of #114864
Complementary color
Monochromatic Colors of #114864
Black with #114864
Text Example
Text Example
White with #114864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114864; }
p { color: rgb(17,72,100); }
H1.HeaderClassName
{
color: #114864;
}
.AnyTagClassName
{
color: #114864;
}
</style>
background-color css
<style>
a { background-color: #114864; }
a { background-color: rgb(17,72,100); }
div.DivClassName
{
background-color: #114864;
}
.BgClassName
{
background-color: #114864;
}
</style>
border-color css
<style>
span { border-color: #114864; }
span { border-color: rgb(17,72,100); }
td.TdClassName
{
border-color: #114864;
}
.TagClassName
{
border-color: #114864;
}
</style>