Html Css Color HEX #175C73 Orient

📋 copy color: '#175C73'

red 23 ◦ green 92 ◦ blue 115

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

Shades of Orient #175C73

Tints of Orient #175C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50%

R = 10%
G = 40%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175C73 (or 0x175C73) is known color: Orient. HEX triplet: 17, 5C and 73. RGB value is (23,92,115). Sum of RGB (Red+Green+Blue) = 23+92+115=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #175C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C73 is #E8A38C. Grayscale: #494949. Windows color (decimal): -15246221 or 7560215. OLE color: 7560215.

HSL color Cylindrical-coordinate representation of color #175C73: hue angle of 195º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175C73 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 92 115 -
CMYK 0.80 0.20 0 0.55
HSL 195º 0.67% 0.27% -
HSV(B) 195º 0.8% 0.45% -
XYZ 7.28 9.07 17.59 -
YUV 73.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 23 92 115 0.80 0.20 0 0.55 195 0.67 0.27
Hex 17 5C 73 50 14 0 37 C3 43 1B
Octal 27 134 163 120 24 0 67 303 103 33
Binary 10111 1011100 1110011 1010000 10100 0 110111 11000011 1000011 11011

Color Harmonies of #175C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C73

Black with #175C73

Text Example


Text Example

White with #175C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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