Html Css Color HEX #175C75 Orient

📋 copy color: '#175C75'

red 23 ◦ green 92 ◦ blue 117

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

Shades of Orient #175C75

Tints of Orient #175C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.43%

R = 9.91%
G = 39.66%
B = 50.43%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175C75 (or 0x175C75) is known color: Orient. HEX triplet: 17, 5C and 75. RGB value is (23,92,117). Sum of RGB (Red+Green+Blue) = 23+92+117=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #175C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C75 is #E8A38A. Grayscale: #4A4A4A. Windows color (decimal): -15246219 or 7691287. OLE color: 7691287.

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

Color convert

RGB 23 92 117 -
CMYK 0.80 0.21 0 0.54
HSL 195.96º 0.67% 0.27% -
HSV(B) 195.96º 0.8% 0.46% -
XYZ 7.39 9.12 18.2 -
YUV 74.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 23 92 117 0.80 0.21 0 0.54 195.96 0.67 0.27
Hex 17 5C 75 50 15 0 36 C4 43 1B
Octal 27 134 165 120 25 0 66 304 103 33
Binary 10111 1011100 1110101 1010000 10101 0 110110 11000100 1000011 11011

Color Harmonies of #175C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C75

Black with #175C75

Text Example


Text Example

White with #175C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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