#175070

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

Shades of Orient #175070

Tints of Orient #175070

Color information

#175070 (or 0x175070) is unknown color: approx Orient. HEX triplet: 17, 50 and 70. RGB value is (23,80,112). Sum of RGB (Red+Green+Blue) = 23+80+112=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #175070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175070 is #E8AF8F. Grayscale: #424242. Windows color (decimal): -15249296 or 7360535. OLE color: 7360535.

HSL color Cylindrical-coordinate representation of color #175070: hue angle of 201.57º 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 #175070 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2380112-
CMYK0.790.2900.56
HSL201.57º65.93%26.47%-
HSV(B)201.57º79.46%43.92%-
XYZ6.157.0916.37-
YUV66.6153.6296.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=10.70%
G=37.21%
B=52.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23801120.790.2900.56201.5765.9326.47
Hex1750704F1D038ca421a
Octal271201601173507031210232
Binary1011110100001110000100111111101011100011001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175070; }

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

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

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

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

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

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

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

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