Shades of Astronaut Blue #174869
Tints of Astronaut Blue #174869
RGB
CMYK
RGB Variations
Color information
#174869 (or 0x174869) is known color: Astronaut Blue. HEX triplet: 17, 48 and 69. RGB value is (23,72,105). Sum of RGB (Red+Green+Blue) = 23+72+105=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #174869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174869 is #E8B796. Grayscale: #3C3C3C. Windows color (decimal): -15251351 or 6899735. OLE color: 6899735.
HSL color Cylindrical-coordinate representation of color #174869: hue angle of 204.15º 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 #174869 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 72 | 105 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.59 |
| HSL | 204.15º | 0.64% | 0.25% | - |
| HSV(B) | 204.15º | 0.78% | 0.41% | - |
| XYZ | 5.22 | 5.84 | 14.22 | - |
| YUV | 61.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 105 | 0.78 | 0.31 | 0 | 0.59 | 204.15 | 0.64 | 0.25 |
| Hex | 17 | 48 | 69 | 4E | 1F | 0 | 3B | CC | 40 | 19 |
| Octal | 27 | 110 | 151 | 116 | 37 | 0 | 73 | 314 | 100 | 31 |
| Binary | 10111 | 1001000 | 1101001 | 1001110 | 11111 | 0 | 111011 | 11001100 | 1000000 | 11001 |
Color Harmonies of #174869
Complementary color
Monochromatic Colors of #174869
Black with #174869
Text Example
Text Example
White with #174869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174869; }
p { color: rgb(23,72,105); }
H1.HeaderClassName
{
color: #174869;
}
.AnyTagClassName
{
color: #174869;
}
</style>
background-color css
<style>
a { background-color: #174869; }
a { background-color: rgb(23,72,105); }
div.DivClassName
{
background-color: #174869;
}
.BgClassName
{
background-color: #174869;
}
</style>
border-color css
<style>
span { border-color: #174869; }
span { border-color: rgb(23,72,105); }
td.TdClassName
{
border-color: #174869;
}
.TagClassName
{
border-color: #174869;
}
</style>