Html Css Color HEX #175C71 Orient

📋 copy color: '#175C71'

red 23 ◦ green 92 ◦ blue 113

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

Shades of Orient #175C71

Tints of Orient #175C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.35%

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

R = 10.09%
G = 40.35%
B = 49.56%

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

#175C71 (or 0x175C71) is known color: Orient. HEX triplet: 17, 5C and 71. RGB value is (23,92,113). Sum of RGB (Red+Green+Blue) = 23+92+113=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #175C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C71 is #E8A38E. Grayscale: #494949. Windows color (decimal): -15246223 or 7429143. OLE color: 7429143.

HSL color Cylindrical-coordinate representation of color #175C71: hue angle of 194º 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 #175C71 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 92 113 -
CMYK 0.80 0.19 0 0.56
HSL 194º 0.66% 0.27% -
HSV(B) 194º 0.8% 0.44% -
XYZ 7.16 9.03 16.99 -
YUV 73.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 23 92 113 0.80 0.19 0 0.56 194 0.66 0.27
Hex 17 5C 71 50 13 0 38 C2 42 1B
Octal 27 134 161 120 23 0 70 302 102 33
Binary 10111 1011100 1110001 1010000 10011 0 111000 11000010 1000010 11011

Color Harmonies of #175C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C71

Black with #175C71

Text Example


Text Example

White with #175C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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