Html Css Color HEX #175B71 Orient

📋 copy color: '#175B71'

red 23 ◦ green 91 ◦ blue 113

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

Shades of Orient #175B71

Tints of Orient #175B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.09%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 10.13%
G = 40.09%
B = 49.78%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#175B71 (or 0x175B71) is known color: Orient. HEX triplet: 17, 5B and 71. RGB value is (23,91,113). Sum of RGB (Red+Green+Blue) = 23+91+113=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #175B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B71 is #E8A48E. Grayscale: #494949. Windows color (decimal): -15246479 or 7428887. OLE color: 7428887.

HSL color Cylindrical-coordinate representation of color #175B71: hue angle of 194.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175B71 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 91 113 -
CMYK 0.80 0.19 0 0.56
HSL 194.67º 0.66% 0.27% -
HSV(B) 194.67º 0.8% 0.44% -
XYZ 7.08 8.86 16.96 -
YUV 73.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 23 91 113 0.80 0.19 0 0.56 194.67 0.66 0.27
Hex 17 5B 71 50 13 0 38 C3 42 1B
Octal 27 133 161 120 23 0 70 303 102 33
Binary 10111 1011011 1110001 1010000 10011 0 111000 11000011 1000010 11011

Color Harmonies of #175B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175B71

Black with #175B71

Text Example


Text Example

White with #175B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175B71; }

 p { color: rgb(23,91,113); }

 H1.HeaderClassName
 {
   color: #175B71;
 }
 .AnyTagClassName
 {
   color: #175B71;
 }
</style>

background-color css

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

 a { background-color: rgb(23,91,113); }

 div.DivClassName
 {
   background-color: #175B71;
 }
 .BgClassName
 {
   background-color: #175B71;
 }
</style>

border-color css

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

 span { border-color: rgb(23,91,113); }

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