#174F63

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

Shades of Astronaut Blue #174F63

Tints of Astronaut Blue #174F63

Color information

#174F63 (or 0x174F63) is unknown color: approx Astronaut Blue. HEX triplet: 17, 4F and 63. RGB value is (23,79,99). Sum of RGB (Red+Green+Blue) = 23+79+99=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #174F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F63 is #E8B09C. Grayscale: #404040. Windows color (decimal): -15249565 or 6508311. OLE color: 6508311.

HSL color Cylindrical-coordinate representation of color #174F63: hue angle of 195.79º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174F63 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB237999-
CMYK0.770.2000.61
HSL195.79º62.3%23.92%-
HSV(B)195.79º76.77%38.82%-
XYZ5.46.6712.81-
YUV64.54147.4598.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.44%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=11.44%
G=39.30%
B=49.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2379990.770.2000.61195.7962.323.92
Hex174F634D1403Dc43e18
Octal27117143115240753047630
Binary101111001111110001110011011010001111011100010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,79,99); }

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

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

 a { background-color: rgb(23,79,99); }

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

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

 span { border-color: rgb(23,79,99); }

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