#175970

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

Shades of Orient #175970

Tints of Orient #175970

Color information

#175970 (or 0x175970) is unknown color: approx Orient. HEX triplet: 17, 59 and 70. RGB value is (23,89,112). Sum of RGB (Red+Green+Blue) = 23+89+112=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #175970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175970 is #E8A68F. Grayscale: #474747. Windows color (decimal): -15246992 or 7362839. OLE color: 7362839.

HSL color Cylindrical-coordinate representation of color #175970: hue angle of 195.51º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175970 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2389112-
CMYK0.790.2100.56
HSL195.51º65.93%26.47%-
HSV(B)195.51º79.46%43.92%-
XYZ6.858.516.61-
YUV71.89150.6393.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 112 (44.14% from 255) = 50%
R=10.27%
G=39.73%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23891120.790.2100.56195.5165.9326.47
Hex1759704F15038c4421a
Octal271311601172507030410232
Binary1011110110011110000100111110101011100011000100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175970; }

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

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

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

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

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

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

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

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