Shades of Astronaut Blue #174454
Tints of Astronaut Blue #174454
RGB
CMYK
RGB Variations
Color information
#174454 (or 0x174454) is known color: Astronaut Blue. HEX triplet: 17, 44 and 54. RGB value is (23,68,84). Sum of RGB (Red+Green+Blue) = 23+68+84=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #174454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174454 is #E8BBAB. Grayscale: #383838. Windows color (decimal): -15252396 or 5522455. OLE color: 5522455.
HSL color Cylindrical-coordinate representation of color #174454: hue angle of 195.74º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174454 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 68 | 84 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.67 |
| HSL | 195.74º | 0.57% | 0.21% | - |
| HSV(B) | 195.74º | 0.73% | 0.33% | - |
| XYZ | 4.02 | 4.96 | 9.13 | - |
| YUV | 56.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 84 | 0.73 | 0.19 | 0 | 0.67 | 195.74 | 0.57 | 0.21 |
| Hex | 17 | 44 | 54 | 49 | 13 | 0 | 43 | C4 | 39 | 15 |
| Octal | 27 | 104 | 124 | 111 | 23 | 0 | 103 | 304 | 71 | 25 |
| Binary | 10111 | 1000100 | 1010100 | 1001001 | 10011 | 0 | 1000011 | 11000100 | 111001 | 10101 |
Color Harmonies of #174454
Complementary color
Monochromatic Colors of #174454
Black with #174454
Text Example
Text Example
White with #174454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174454; }
p { color: rgb(23,68,84); }
H1.HeaderClassName
{
color: #174454;
}
.AnyTagClassName
{
color: #174454;
}
</style>
background-color css
<style>
a { background-color: #174454; }
a { background-color: rgb(23,68,84); }
div.DivClassName
{
background-color: #174454;
}
.BgClassName
{
background-color: #174454;
}
</style>
border-color css
<style>
span { border-color: #174454; }
span { border-color: rgb(23,68,84); }
td.TdClassName
{
border-color: #174454;
}
.TagClassName
{
border-color: #174454;
}
</style>