Shades of Astronaut Blue #174658
Tints of Astronaut Blue #174658
RGB
CMYK
RGB Variations
Color information
#174658 (or 0x174658) is known color: Astronaut Blue. HEX triplet: 17, 46 and 58. RGB value is (23,70,88). Sum of RGB (Red+Green+Blue) = 23+70+88=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #174658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174658 is #E8B9A7. Grayscale: #393939. Windows color (decimal): -15251880 or 5785111. OLE color: 5785111.
HSL color Cylindrical-coordinate representation of color #174658: hue angle of 196.62º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174658 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 70 | 88 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.65 |
| HSL | 196.62º | 0.59% | 0.22% | - |
| HSV(B) | 196.62º | 0.74% | 0.35% | - |
| XYZ | 4.3 | 5.27 | 10.02 | - |
| YUV | 58 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 88 | 0.74 | 0.20 | 0 | 0.65 | 196.62 | 0.59 | 0.22 |
| Hex | 17 | 46 | 58 | 4A | 14 | 0 | 41 | C5 | 3B | 16 |
| Octal | 27 | 106 | 130 | 112 | 24 | 0 | 101 | 305 | 73 | 26 |
| Binary | 10111 | 1000110 | 1011000 | 1001010 | 10100 | 0 | 1000001 | 11000101 | 111011 | 10110 |
Color Harmonies of #174658
Complementary color
Monochromatic Colors of #174658
Black with #174658
Text Example
Text Example
White with #174658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174658; }
p { color: rgb(23,70,88); }
H1.HeaderClassName
{
color: #174658;
}
.AnyTagClassName
{
color: #174658;
}
</style>
background-color css
<style>
a { background-color: #174658; }
a { background-color: rgb(23,70,88); }
div.DivClassName
{
background-color: #174658;
}
.BgClassName
{
background-color: #174658;
}
</style>
border-color css
<style>
span { border-color: #174658; }
span { border-color: rgb(23,70,88); }
td.TdClassName
{
border-color: #174658;
}
.TagClassName
{
border-color: #174658;
}
</style>