Html Css Color HEX #175C74 Orient

📋 copy color: '#175C74'

red 23 ◦ green 92 ◦ blue 116

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

Shades of Orient #175C74

Tints of Orient #175C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 9.96%
G = 39.83%
B = 50.22%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175C74 (or 0x175C74) is known color: Orient. HEX triplet: 17, 5C and 74. RGB value is (23,92,116). Sum of RGB (Red+Green+Blue) = 23+92+116=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #175C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C74 is #E8A38B. Grayscale: #494949. Windows color (decimal): -15246220 or 7625751. OLE color: 7625751.

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

Color convert

RGB 23 92 116 -
CMYK 0.80 0.21 0 0.55
HSL 195.48º 0.67% 0.27% -
HSV(B) 195.48º 0.8% 0.45% -
XYZ 7.33 9.1 17.89 -
YUV 74.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 23 92 116 0.80 0.21 0 0.55 195.48 0.67 0.27
Hex 17 5C 74 50 15 0 37 C3 43 1B
Octal 27 134 164 120 25 0 67 303 103 33
Binary 10111 1011100 1110100 1010000 10101 0 110111 11000011 1000011 11011

Color Harmonies of #175C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C74

Black with #175C74

Text Example


Text Example

White with #175C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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