Html Css Color HEX #175C76 Orient

📋 copy color: '#175C76'

red 23 ◦ green 92 ◦ blue 118

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

Shades of Orient #175C76

Tints of Orient #175C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 9.87%
G = 39.48%
B = 50.64%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175C76 (or 0x175C76) is known color: Orient. HEX triplet: 17, 5C and 76. RGB value is (23,92,118). Sum of RGB (Red+Green+Blue) = 23+92+118=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #175C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C76 is #E8A389. Grayscale: #4A4A4A. Windows color (decimal): -15246218 or 7756823. OLE color: 7756823.

HSL color Cylindrical-coordinate representation of color #175C76: hue angle of 196.42º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175C76 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 92 118 -
CMYK 0.81 0.22 0 0.54
HSL 196.42º 0.67% 0.28% -
HSV(B) 196.42º 0.81% 0.46% -
XYZ 7.45 9.14 18.51 -
YUV 74.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 23 92 118 0.81 0.22 0 0.54 196.42 0.67 0.28
Hex 17 5C 76 51 16 0 36 C4 43 1C
Octal 27 134 166 121 26 0 66 304 103 34
Binary 10111 1011100 1110110 1010001 10110 0 110110 11000100 1000011 11100

Color Harmonies of #175C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C76

Black with #175C76

Text Example


Text Example

White with #175C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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