Shades of Astronaut Blue #174B5B
Tints of Astronaut Blue #174B5B
RGB
CMYK
RGB Variations
Color information
#174B5B (or 0x174B5B) is known color: Astronaut Blue. HEX triplet: 17, 4B and 5B. RGB value is (23,75,91). Sum of RGB (Red+Green+Blue) = 23+75+91=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #174B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B5B is #E8B4A4. Grayscale: #3D3D3D. Windows color (decimal): -15250597 or 5982999. OLE color: 5982999.
HSL color Cylindrical-coordinate representation of color #174B5B: hue angle of 194.12º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #174B5B is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 75 | 91 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.64 |
| HSL | 194.12º | 0.6% | 0.22% | - |
| HSV(B) | 194.12º | 0.75% | 0.36% | - |
| XYZ | 4.76 | 5.97 | 10.8 | - |
| YUV | 61.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 91 | 0.75 | 0.18 | 0 | 0.64 | 194.12 | 0.6 | 0.22 |
| Hex | 17 | 4B | 5B | 4B | 12 | 0 | 40 | C2 | 3C | 16 |
| Octal | 27 | 113 | 133 | 113 | 22 | 0 | 100 | 302 | 74 | 26 |
| Binary | 10111 | 1001011 | 1011011 | 1001011 | 10010 | 0 | 1000000 | 11000010 | 111100 | 10110 |
Color Harmonies of #174B5B
Complementary color
Monochromatic Colors of #174B5B
Black with #174B5B
Text Example
Text Example
White with #174B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B5B; }
p { color: rgb(23,75,91); }
H1.HeaderClassName
{
color: #174B5B;
}
.AnyTagClassName
{
color: #174B5B;
}
</style>
background-color css
<style>
a { background-color: #174B5B; }
a { background-color: rgb(23,75,91); }
div.DivClassName
{
background-color: #174B5B;
}
.BgClassName
{
background-color: #174B5B;
}
</style>
border-color css
<style>
span { border-color: #174B5B; }
span { border-color: rgb(23,75,91); }
td.TdClassName
{
border-color: #174B5B;
}
.TagClassName
{
border-color: #174B5B;
}
</style>