Shades of Astronaut Blue #174A6B
Tints of Astronaut Blue #174A6B
RGB
CMYK
RGB Variations
Color information
#174A6B (or 0x174A6B) is known color: Astronaut Blue. HEX triplet: 17, 4A and 6B. RGB value is (23,74,107). Sum of RGB (Red+Green+Blue) = 23+74+107=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #174A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A6B is #E8B594. Grayscale: #3E3E3E. Windows color (decimal): -15250837 or 7031319. OLE color: 7031319.
HSL color Cylindrical-coordinate representation of color #174A6B: hue angle of 203.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174A6B is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 74 | 107 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.58 |
| HSL | 203.57º | 0.65% | 0.25% | - |
| HSV(B) | 203.57º | 0.79% | 0.42% | - |
| XYZ | 5.46 | 6.14 | 14.81 | - |
| YUV | 62.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 107 | 0.79 | 0.31 | 0 | 0.58 | 203.57 | 0.65 | 0.25 |
| Hex | 17 | 4A | 6B | 4F | 1F | 0 | 3A | CC | 41 | 19 |
| Octal | 27 | 112 | 153 | 117 | 37 | 0 | 72 | 314 | 101 | 31 |
| Binary | 10111 | 1001010 | 1101011 | 1001111 | 11111 | 0 | 111010 | 11001100 | 1000001 | 11001 |
Color Harmonies of #174A6B
Complementary color
Monochromatic Colors of #174A6B
Black with #174A6B
Text Example
Text Example
White with #174A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A6B; }
p { color: rgb(23,74,107); }
H1.HeaderClassName
{
color: #174A6B;
}
.AnyTagClassName
{
color: #174A6B;
}
</style>
background-color css
<style>
a { background-color: #174A6B; }
a { background-color: rgb(23,74,107); }
div.DivClassName
{
background-color: #174A6B;
}
.BgClassName
{
background-color: #174A6B;
}
</style>
border-color css
<style>
span { border-color: #174A6B; }
span { border-color: rgb(23,74,107); }
td.TdClassName
{
border-color: #174A6B;
}
.TagClassName
{
border-color: #174A6B;
}
</style>