Shades of Astronaut Blue #114568
Tints of Astronaut Blue #114568
RGB
CMYK
RGB Variations
Color information
#114568 (or 0x114568) is known color: Astronaut Blue. HEX triplet: 11, 45 and 68. RGB value is (17,69,104). Sum of RGB (Red+Green+Blue) = 17+69+104=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #114568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114568 is #EEBA97. Grayscale: #393939. Windows color (decimal): -15645336 or 6833425. OLE color: 6833425.
HSL color Cylindrical-coordinate representation of color #114568: hue angle of 204.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114568 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 69 | 104 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.59 |
| HSL | 204.14º | 0.72% | 0.24% | - |
| HSV(B) | 204.14º | 0.84% | 0.41% | - |
| XYZ | 4.86 | 5.37 | 13.88 | - |
| YUV | 57.44 | 154.27 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 104 | 0.84 | 0.34 | 0 | 0.59 | 204.14 | 0.72 | 0.24 |
| Hex | 11 | 45 | 68 | 54 | 22 | 0 | 3B | CC | 48 | 18 |
| Octal | 21 | 105 | 150 | 124 | 42 | 0 | 73 | 314 | 110 | 30 |
| Binary | 10001 | 1000101 | 1101000 | 1010100 | 100010 | 0 | 111011 | 11001100 | 1001000 | 11000 |
Color Harmonies of #114568
Complementary color
Monochromatic Colors of #114568
Black with #114568
Text Example
Text Example
White with #114568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114568; }
p { color: rgb(17,69,104); }
H1.HeaderClassName
{
color: #114568;
}
.AnyTagClassName
{
color: #114568;
}
</style>
background-color css
<style>
a { background-color: #114568; }
a { background-color: rgb(17,69,104); }
div.DivClassName
{
background-color: #114568;
}
.BgClassName
{
background-color: #114568;
}
</style>
border-color css
<style>
span { border-color: #114568; }
span { border-color: rgb(17,69,104); }
td.TdClassName
{
border-color: #114568;
}
.TagClassName
{
border-color: #114568;
}
</style>