Shades of Astronaut Blue #114363
Tints of Astronaut Blue #114363
RGB
CMYK
RGB Variations
Color information
#114363 (or 0x114363) is known color: Astronaut Blue. HEX triplet: 11, 43 and 63. RGB value is (17,67,99). Sum of RGB (Red+Green+Blue) = 17+67+99=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #114363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114363 is #EEBC9C. Grayscale: #373737. Windows color (decimal): -15645853 or 6505233. OLE color: 6505233.
HSL color Cylindrical-coordinate representation of color #114363: hue angle of 203.41º 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 #114363 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 67 | 99 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.61 |
| HSL | 203.41º | 0.71% | 0.23% | - |
| HSV(B) | 203.41º | 0.83% | 0.39% | - |
| XYZ | 4.49 | 5.03 | 12.54 | - |
| YUV | 55.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 99 | 0.83 | 0.32 | 0 | 0.61 | 203.41 | 0.71 | 0.23 |
| Hex | 11 | 43 | 63 | 53 | 20 | 0 | 3D | CB | 47 | 17 |
| Octal | 21 | 103 | 143 | 123 | 40 | 0 | 75 | 313 | 107 | 27 |
| Binary | 10001 | 1000011 | 1100011 | 1010011 | 100000 | 0 | 111101 | 11001011 | 1000111 | 10111 |
Color Harmonies of #114363
Complementary color
Monochromatic Colors of #114363
Black with #114363
Text Example
Text Example
White with #114363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114363; }
p { color: rgb(17,67,99); }
H1.HeaderClassName
{
color: #114363;
}
.AnyTagClassName
{
color: #114363;
}
</style>
background-color css
<style>
a { background-color: #114363; }
a { background-color: rgb(17,67,99); }
div.DivClassName
{
background-color: #114363;
}
.BgClassName
{
background-color: #114363;
}
</style>
border-color css
<style>
span { border-color: #114363; }
span { border-color: rgb(17,67,99); }
td.TdClassName
{
border-color: #114363;
}
.TagClassName
{
border-color: #114363;
}
</style>