Shades of Astronaut Blue #114667
Tints of Astronaut Blue #114667
RGB
CMYK
RGB Variations
Color information
#114667 (or 0x114667) is known color: Astronaut Blue. HEX triplet: 11, 46 and 67. RGB value is (17,70,103). Sum of RGB (Red+Green+Blue) = 17+70+103=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #114667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114667 is #EEB998. Grayscale: #393939. Windows color (decimal): -15645081 or 6768145. OLE color: 6768145.
HSL color Cylindrical-coordinate representation of color #114667: hue angle of 203.02º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114667 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 70 | 103 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.60 |
| HSL | 203.02º | 0.72% | 0.24% | - |
| HSV(B) | 203.02º | 0.83% | 0.4% | - |
| XYZ | 4.87 | 5.48 | 13.63 | - |
| YUV | 57.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 103 | 0.83 | 0.32 | 0 | 0.60 | 203.02 | 0.72 | 0.24 |
| Hex | 11 | 46 | 67 | 53 | 20 | 0 | 3C | CB | 48 | 18 |
| Octal | 21 | 106 | 147 | 123 | 40 | 0 | 74 | 313 | 110 | 30 |
| Binary | 10001 | 1000110 | 1100111 | 1010011 | 100000 | 0 | 111100 | 11001011 | 1001000 | 11000 |
Color Harmonies of #114667
Complementary color
Monochromatic Colors of #114667
Black with #114667
Text Example
Text Example
White with #114667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114667; }
p { color: rgb(17,70,103); }
H1.HeaderClassName
{
color: #114667;
}
.AnyTagClassName
{
color: #114667;
}
</style>
background-color css
<style>
a { background-color: #114667; }
a { background-color: rgb(17,70,103); }
div.DivClassName
{
background-color: #114667;
}
.BgClassName
{
background-color: #114667;
}
</style>
border-color css
<style>
span { border-color: #114667; }
span { border-color: rgb(17,70,103); }
td.TdClassName
{
border-color: #114667;
}
.TagClassName
{
border-color: #114667;
}
</style>