Shades of Astronaut Blue #17445E
Tints of Astronaut Blue #17445E
RGB
CMYK
RGB Variations
Color information
#17445E (or 0x17445E) is known color: Astronaut Blue. HEX triplet: 17, 44 and 5E. RGB value is (23,68,94). Sum of RGB (Red+Green+Blue) = 23+68+94=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #17445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17445E is #E8BBA1. Grayscale: #393939. Windows color (decimal): -15252386 or 6177815. OLE color: 6177815.
HSL color Cylindrical-coordinate representation of color #17445E: hue angle of 201.97º 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 #17445E is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 68 | 94 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.63 |
| HSL | 201.97º | 0.61% | 0.23% | - |
| HSV(B) | 201.97º | 0.76% | 0.37% | - |
| XYZ | 4.44 | 5.12 | 11.34 | - |
| YUV | 57.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 94 | 0.76 | 0.28 | 0 | 0.63 | 201.97 | 0.61 | 0.23 |
| Hex | 17 | 44 | 5E | 4C | 1C | 0 | 3F | CA | 3D | 17 |
| Octal | 27 | 104 | 136 | 114 | 34 | 0 | 77 | 312 | 75 | 27 |
| Binary | 10111 | 1000100 | 1011110 | 1001100 | 11100 | 0 | 111111 | 11001010 | 111101 | 10111 |
Color Harmonies of #17445E
Complementary color
Monochromatic Colors of #17445E
Black with #17445E
Text Example
Text Example
White with #17445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17445E; }
p { color: rgb(23,68,94); }
H1.HeaderClassName
{
color: #17445E;
}
.AnyTagClassName
{
color: #17445E;
}
</style>
background-color css
<style>
a { background-color: #17445E; }
a { background-color: rgb(23,68,94); }
div.DivClassName
{
background-color: #17445E;
}
.BgClassName
{
background-color: #17445E;
}
</style>
border-color css
<style>
span { border-color: #17445E; }
span { border-color: rgb(23,68,94); }
td.TdClassName
{
border-color: #17445E;
}
.TagClassName
{
border-color: #17445E;
}
</style>