Html Css Color HEX #175070 Orient

📋 copy color: '#175070'

red 23 ◦ green 80 ◦ blue 112

#175070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #175070

Tints of Orient #175070

RGB

 RED value IS 23 (9.38% from 255) = 10.7%

 GREEN value IS 80 (31.64% from 255) = 37.21%

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 10.7%
G = 37.21%
B = 52.09%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#175070 (or 0x175070) is known color: 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

RGB 23 80 112 -
CMYK 0.79 0.29 0 0.56
HSL 201.57º 0.66% 0.26% -
HSV(B) 201.57º 0.79% 0.44% -
XYZ 6.15 7.09 16.37 -
YUV 66.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 23 80 112 0.79 0.29 0 0.56 201.57 0.66 0.26
Hex 17 50 70 4F 1D 0 38 CA 42 1A
Octal 27 120 160 117 35 0 70 312 102 32
Binary 10111 1010000 1110000 1001111 11101 0 111000 11001010 1000010 11010

Color Harmonies of #175070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175070

Black with #175070

Text Example


Text Example

White with #175070

Text Example


Text Example

HTML Codes & Css Web 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>