Shades of Astronaut Blue #174768
Tints of Astronaut Blue #174768
RGB
CMYK
RGB Variations
Color information
#174768 (or 0x174768) is known color: Astronaut Blue. HEX triplet: 17, 47 and 68. RGB value is (23,71,104). Sum of RGB (Red+Green+Blue) = 23+71+104=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #174768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174768 is #E8B897. Grayscale: #3C3C3C. Windows color (decimal): -15251608 or 6833943. OLE color: 6833943.
HSL color Cylindrical-coordinate representation of color #174768: hue angle of 204.44º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174768 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 71 | 104 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.59 |
| HSL | 204.44º | 0.64% | 0.25% | - |
| HSV(B) | 204.44º | 0.78% | 0.41% | - |
| XYZ | 5.11 | 5.69 | 13.93 | - |
| YUV | 60.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 104 | 0.78 | 0.32 | 0 | 0.59 | 204.44 | 0.64 | 0.25 |
| Hex | 17 | 47 | 68 | 4E | 20 | 0 | 3B | CC | 40 | 19 |
| Octal | 27 | 107 | 150 | 116 | 40 | 0 | 73 | 314 | 100 | 31 |
| Binary | 10111 | 1000111 | 1101000 | 1001110 | 100000 | 0 | 111011 | 11001100 | 1000000 | 11001 |
Color Harmonies of #174768
Complementary color
Monochromatic Colors of #174768
Black with #174768
Text Example
Text Example
White with #174768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174768; }
p { color: rgb(23,71,104); }
H1.HeaderClassName
{
color: #174768;
}
.AnyTagClassName
{
color: #174768;
}
</style>
background-color css
<style>
a { background-color: #174768; }
a { background-color: rgb(23,71,104); }
div.DivClassName
{
background-color: #174768;
}
.BgClassName
{
background-color: #174768;
}
</style>
border-color css
<style>
span { border-color: #174768; }
span { border-color: rgb(23,71,104); }
td.TdClassName
{
border-color: #174768;
}
.TagClassName
{
border-color: #174768;
}
</style>