#175B7E

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

Shades of Orient #175B7E

Tints of Orient #175B7E

Color information

#175B7E (or 0x175B7E) is unknown color: approx Orient. HEX triplet: 17, 5B and 7E. RGB value is (23,91,126). Sum of RGB (Red+Green+Blue) = 23+91+126=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #175B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B7E is #E8A481. Grayscale: #4A4A4A. Windows color (decimal): -15246466 or 8280855. OLE color: 8280855.

HSL color Cylindrical-coordinate representation of color #175B7E: hue angle of 200.39º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175B7E is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2391126-
CMYK0.820.2800.51
HSL200.39º69.13%29.22%-
HSV(B)200.39º81.75%49.41%-
XYZ7.869.1721.09-
YUV74.66156.9791.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.58%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 126 (49.61% from 255) = 52.5%
R=9.58%
G=37.92%
B=52.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal23911260.820.2800.51200.3969.1329.22
Hex175B7E521C033c8451d
Octal271331761223406331010535
Binary1011110110111111110101001011100011001111001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,91,126); }

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

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

 a { background-color: rgb(23,91,126); }

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

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

 span { border-color: rgb(23,91,126); }

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