#174B5B

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

Shades of Astronaut Blue #174B5B

Tints of Astronaut Blue #174B5B

Color information

#174B5B (or 0x174B5B) is unknown color: approx 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

RGB237591-
CMYK0.750.1800.64
HSL194.12º59.65%22.35%-
HSV(B)194.12º74.73%35.69%-
XYZ4.765.9710.8-
YUV61.28144.77100.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.17%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=12.17%
G=39.68%
B=48.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2375910.750.1800.64194.1259.6522.35
Hex174B5B4B12040c23c16
Octal271131331132201003027426
Binary1011110010111011011100101110010010000001100001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>