#175173

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

Shades of Orient #175173

Tints of Orient #175173

Color information

#175173 (or 0x175173) is unknown color: approx Orient. HEX triplet: 17, 51 and 73. RGB value is (23,81,115). Sum of RGB (Red+Green+Blue) = 23+81+115=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #175173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175173 is #E8AE8C. Grayscale: #434343. Windows color (decimal): -15249037 or 7557399. OLE color: 7557399.

HSL color Cylindrical-coordinate representation of color #175173: hue angle of 202.17º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175173 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2381115-
CMYK0.800.3000.55
HSL202.17º66.67%27.06%-
HSV(B)202.17º80%45.1%-
XYZ6.397.317.29-
YUV67.53154.7896.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.50%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=10.50%
G=36.99%
B=52.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23811150.800.3000.55202.1766.6727.06
Hex175173501E037ca431b
Octal271211631203606731210333
Binary1011110100011110011101000011110011011111001010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175173; }

 p { color: rgb(23,81,115); }

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

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

 a { background-color: rgb(23,81,115); }

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

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

 span { border-color: rgb(23,81,115); }

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