Shades of Astronaut Blue #17455E
Tints of Astronaut Blue #17455E
RGB
CMYK
RGB Variations
Color information
#17455E (or 0x17455E) is known color: Astronaut Blue. HEX triplet: 17, 45 and 5E. RGB value is (23,69,94). Sum of RGB (Red+Green+Blue) = 23+69+94=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #17455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17455E is #E8BAA1. Grayscale: #393939. Windows color (decimal): -15252130 or 6178071. OLE color: 6178071.
HSL color Cylindrical-coordinate representation of color #17455E: hue angle of 201.13º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17455E is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 69 | 94 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.63 |
| HSL | 201.13º | 0.61% | 0.23% | - |
| HSV(B) | 201.13º | 0.76% | 0.37% | - |
| XYZ | 4.5 | 5.25 | 11.37 | - |
| YUV | 58.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 94 | 0.76 | 0.27 | 0 | 0.63 | 201.13 | 0.61 | 0.23 |
| Hex | 17 | 45 | 5E | 4C | 1B | 0 | 3F | C9 | 3D | 17 |
| Octal | 27 | 105 | 136 | 114 | 33 | 0 | 77 | 311 | 75 | 27 |
| Binary | 10111 | 1000101 | 1011110 | 1001100 | 11011 | 0 | 111111 | 11001001 | 111101 | 10111 |
Color Harmonies of #17455E
Complementary color
Monochromatic Colors of #17455E
Black with #17455E
Text Example
Text Example
White with #17455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17455E; }
p { color: rgb(23,69,94); }
H1.HeaderClassName
{
color: #17455E;
}
.AnyTagClassName
{
color: #17455E;
}
</style>
background-color css
<style>
a { background-color: #17455E; }
a { background-color: rgb(23,69,94); }
div.DivClassName
{
background-color: #17455E;
}
.BgClassName
{
background-color: #17455E;
}
</style>
border-color css
<style>
span { border-color: #17455E; }
span { border-color: rgb(23,69,94); }
td.TdClassName
{
border-color: #17455E;
}
.TagClassName
{
border-color: #17455E;
}
</style>