#174E5F

Color #174E5F Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #174E5F

Tints of Astronaut Blue #174E5F

Color information

#174E5F (or 0x174E5F) is unknown color: approx Astronaut Blue. HEX triplet: 17, 4E and 5F. RGB value is (23,78,95). Sum of RGB (Red+Green+Blue) = 23+78+95=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #174E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E5F is #E8B1A0. Grayscale: #3F3F3F. Windows color (decimal): -15249825 or 6245911. OLE color: 6245911.

HSL color Cylindrical-coordinate representation of color #174E5F: hue angle of 194.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174E5F is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB237895-
CMYK0.760.1800.63
HSL194.17º61.02%23.14%-
HSV(B)194.17º75.79%37.25%-
XYZ5.146.4611.8-
YUV63.49145.7899.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=11.73%
G=39.80%
B=48.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2378950.760.1800.63194.1761.0223.14
Hex174E5F4C1203Fc23d17
Octal27116137114220773027527
Binary101111001110101111110011001001001111111100001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174E5F; }

 p { color: rgb(23,78,95); }

 H1.HeaderClassName
 {
   color: #174E5F;
 }
 .AnyTagClassName
 {
   color: #174E5F;
 }
</style>
background-color css

<style>
 a { background-color: #174E5F; }

 a { background-color: rgb(23,78,95); }

 div.DivClassName
 {
   background-color: #174E5F;
 }
 .BgClassName
 {
   background-color: #174E5F;
 }
</style>
border-color css

<style>
 span { border-color: #174E5F; }

 span { border-color: rgb(23,78,95); }

 td.TdClassName
 {
   border-color: #174E5F;
 }
 .TagClassName
 {
   border-color: #174E5F;
 }
</style>