Shades of Astronaut Blue #174568
Tints of Astronaut Blue #174568
RGB
CMYK
RGB Variations
Color information
#174568 (or 0x174568) is known color: Astronaut Blue. HEX triplet: 17, 45 and 68. RGB value is (23,69,104). Sum of RGB (Red+Green+Blue) = 23+69+104=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #174568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174568 is #E8BA97. Grayscale: #3B3B3B. Windows color (decimal): -15252120 or 6833431. OLE color: 6833431.
HSL color Cylindrical-coordinate representation of color #174568: hue angle of 205.93º 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 #174568 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 69 | 104 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.59 |
| HSL | 205.93º | 0.64% | 0.25% | - |
| HSV(B) | 205.93º | 0.78% | 0.41% | - |
| XYZ | 4.98 | 5.44 | 13.88 | - |
| YUV | 59.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 104 | 0.78 | 0.34 | 0 | 0.59 | 205.93 | 0.64 | 0.25 |
| Hex | 17 | 45 | 68 | 4E | 22 | 0 | 3B | CE | 40 | 19 |
| Octal | 27 | 105 | 150 | 116 | 42 | 0 | 73 | 316 | 100 | 31 |
| Binary | 10111 | 1000101 | 1101000 | 1001110 | 100010 | 0 | 111011 | 11001110 | 1000000 | 11001 |
Color Harmonies of #174568
Complementary color
Monochromatic Colors of #174568
Black with #174568
Text Example
Text Example
White with #174568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174568; }
p { color: rgb(23,69,104); }
H1.HeaderClassName
{
color: #174568;
}
.AnyTagClassName
{
color: #174568;
}
</style>
background-color css
<style>
a { background-color: #174568; }
a { background-color: rgb(23,69,104); }
div.DivClassName
{
background-color: #174568;
}
.BgClassName
{
background-color: #174568;
}
</style>
border-color css
<style>
span { border-color: #174568; }
span { border-color: rgb(23,69,104); }
td.TdClassName
{
border-color: #174568;
}
.TagClassName
{
border-color: #174568;
}
</style>