Html Css Color HEX #175A75 Orient

📋 copy color: '#175A75'

red 23 ◦ green 90 ◦ blue 117

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

Shades of Orient #175A75

Tints of Orient #175A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

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

R = 10%
G = 39.13%
B = 50.87%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175A75 (or 0x175A75) is known color: Orient. HEX triplet: 17, 5A and 75. RGB value is (23,90,117). Sum of RGB (Red+Green+Blue) = 23+90+117=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #175A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A75 is #E8A58A. Grayscale: #484848. Windows color (decimal): -15246731 or 7690775. OLE color: 7690775.

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

Color convert

RGB 23 90 117 -
CMYK 0.80 0.23 0 0.54
HSL 197.23º 0.67% 0.27% -
HSV(B) 197.23º 0.8% 0.46% -
XYZ 7.22 8.78 18.14 -
YUV 73.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 23 90 117 0.80 0.23 0 0.54 197.23 0.67 0.27
Hex 17 5A 75 50 17 0 36 C5 43 1B
Octal 27 132 165 120 27 0 66 305 103 33
Binary 10111 1011010 1110101 1010000 10111 0 110110 11000101 1000011 11011

Color Harmonies of #175A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A75

Black with #175A75

Text Example


Text Example

White with #175A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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