#175A7B

Color #175A7B Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #175A7B

Tints of Orient #175A7B

Color information

#175A7B (or 0x175A7B) is unknown color: approx Orient. HEX triplet: 17, 5A and 7B. RGB value is (23,90,123). Sum of RGB (Red+Green+Blue) = 23+90+123=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #175A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A7B is #E8A584. Grayscale: #494949. Windows color (decimal): -15246725 or 8083991. OLE color: 8083991.

HSL color Cylindrical-coordinate representation of color #175A7B: hue angle of 199.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175A7B is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2390123-
CMYK0.810.2700.52
HSL199.8º68.49%28.63%-
HSV(B)199.8º81.3%48.24%-
XYZ7.588.9220.06-
YUV73.73155.891.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.75%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=9.75%
G=38.14%
B=52.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23901230.810.2700.52199.868.4928.63
Hex175A7B511B034c8441d
Octal271321731213306431010435
Binary1011110110101111011101000111011011010011001000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175A7B; }

 p { color: rgb(23,90,123); }

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

<style>
 a { background-color: #175A7B; }

 a { background-color: rgb(23,90,123); }

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

<style>
 span { border-color: #175A7B; }

 span { border-color: rgb(23,90,123); }

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