Shades of Astronaut Blue #174C67
Tints of Astronaut Blue #174C67
RGB
CMYK
RGB Variations
Color information
#174C67 (or 0x174C67) is known color: Astronaut Blue. HEX triplet: 17, 4C and 67. RGB value is (23,76,103). Sum of RGB (Red+Green+Blue) = 23+76+103=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #174C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C67 is #E8B398. Grayscale: #3F3F3F. Windows color (decimal): -15250329 or 6769687. OLE color: 6769687.
HSL color Cylindrical-coordinate representation of color #174C67: hue angle of 200.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174C67 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 76 | 103 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.60 |
| HSL | 200.25º | 0.63% | 0.25% | - |
| HSV(B) | 200.25º | 0.78% | 0.4% | - |
| XYZ | 5.39 | 6.33 | 13.77 | - |
| YUV | 63.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 103 | 0.78 | 0.26 | 0 | 0.60 | 200.25 | 0.63 | 0.25 |
| Hex | 17 | 4C | 67 | 4E | 1A | 0 | 3C | C8 | 3F | 19 |
| Octal | 27 | 114 | 147 | 116 | 32 | 0 | 74 | 310 | 77 | 31 |
| Binary | 10111 | 1001100 | 1100111 | 1001110 | 11010 | 0 | 111100 | 11001000 | 111111 | 11001 |
Color Harmonies of #174C67
Complementary color
Monochromatic Colors of #174C67
Black with #174C67
Text Example
Text Example
White with #174C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C67; }
p { color: rgb(23,76,103); }
H1.HeaderClassName
{
color: #174C67;
}
.AnyTagClassName
{
color: #174C67;
}
</style>
background-color css
<style>
a { background-color: #174C67; }
a { background-color: rgb(23,76,103); }
div.DivClassName
{
background-color: #174C67;
}
.BgClassName
{
background-color: #174C67;
}
</style>
border-color css
<style>
span { border-color: #174C67; }
span { border-color: rgb(23,76,103); }
td.TdClassName
{
border-color: #174C67;
}
.TagClassName
{
border-color: #174C67;
}
</style>