Shades of Astronaut Blue #114464
Tints of Astronaut Blue #114464
RGB
CMYK
RGB Variations
Color information
#114464 (or 0x114464) is known color: Astronaut Blue. HEX triplet: 11, 44 and 64. RGB value is (17,68,100). Sum of RGB (Red+Green+Blue) = 17+68+100=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #114464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114464 is #EEBB9B. Grayscale: #383838. Windows color (decimal): -15645596 or 6571025. OLE color: 6571025.
HSL color Cylindrical-coordinate representation of color #114464: hue angle of 203.13º 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 #114464 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 68 | 100 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.61 |
| HSL | 203.13º | 0.71% | 0.23% | - |
| HSV(B) | 203.13º | 0.83% | 0.39% | - |
| XYZ | 4.6 | 5.17 | 12.81 | - |
| YUV | 56.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 100 | 0.83 | 0.32 | 0 | 0.61 | 203.13 | 0.71 | 0.23 |
| Hex | 11 | 44 | 64 | 53 | 20 | 0 | 3D | CB | 47 | 17 |
| Octal | 21 | 104 | 144 | 123 | 40 | 0 | 75 | 313 | 107 | 27 |
| Binary | 10001 | 1000100 | 1100100 | 1010011 | 100000 | 0 | 111101 | 11001011 | 1000111 | 10111 |
Color Harmonies of #114464
Complementary color
Monochromatic Colors of #114464
Black with #114464
Text Example
Text Example
White with #114464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114464; }
p { color: rgb(17,68,100); }
H1.HeaderClassName
{
color: #114464;
}
.AnyTagClassName
{
color: #114464;
}
</style>
background-color css
<style>
a { background-color: #114464; }
a { background-color: rgb(17,68,100); }
div.DivClassName
{
background-color: #114464;
}
.BgClassName
{
background-color: #114464;
}
</style>
border-color css
<style>
span { border-color: #114464; }
span { border-color: rgb(17,68,100); }
td.TdClassName
{
border-color: #114464;
}
.TagClassName
{
border-color: #114464;
}
</style>