#175972

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

Shades of Orient #175972

Tints of Orient #175972

Color information

#175972 (or 0x175972) is unknown color: approx Orient. HEX triplet: 17, 59 and 72. RGB value is (23,89,114). Sum of RGB (Red+Green+Blue) = 23+89+114=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #175972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175972 is #E8A68D. Grayscale: #474747. Windows color (decimal): -15246990 or 7493911. OLE color: 7493911.

HSL color Cylindrical-coordinate representation of color #175972: hue angle of 196.48º degrees, saturation: 0.66, 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 #175972 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2389114-
CMYK0.800.2200.55
HSL196.48º66.42%26.86%-
HSV(B)196.48º79.82%44.71%-
XYZ6.968.5417.2-
YUV72.12151.6392.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.18%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=10.18%
G=39.38%
B=50.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23891140.800.2200.55196.4866.4226.86
Hex1759725016037c4421b
Octal271311621202606730410233
Binary1011110110011110010101000010110011011111000100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175972; }

 p { color: rgb(23,89,114); }

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

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

 a { background-color: rgb(23,89,114); }

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

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

 span { border-color: rgb(23,89,114); }

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