Html Css Color HEX #175D79 Orient

📋 copy color: '#175D79'

red 23 ◦ green 93 ◦ blue 121

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

Shades of Orient #175D79

Tints of Orient #175D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 121 (47.66% from 255) = 51.05%

R = 9.7%
G = 39.24%
B = 51.05%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#175D79 (or 0x175D79) is known color: Orient. HEX triplet: 17, 5D and 79. RGB value is (23,93,121). Sum of RGB (Red+Green+Blue) = 23+93+121=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #175D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D79 is #E8A286. Grayscale: #4B4B4B. Windows color (decimal): -15245959 or 7953687. OLE color: 7953687.

HSL color Cylindrical-coordinate representation of color #175D79: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175D79 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 93 121 -
CMYK 0.81 0.23 0 0.53
HSL 197.14º 0.68% 0.28% -
HSV(B) 197.14º 0.81% 0.47% -
XYZ 7.72 9.39 19.5 -
YUV 75.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 23 93 121 0.81 0.23 0 0.53 197.14 0.68 0.28
Hex 17 5D 79 51 17 0 35 C5 44 1C
Octal 27 135 171 121 27 0 65 305 104 34
Binary 10111 1011101 1111001 1010001 10111 0 110101 11000101 1000100 11100

Color Harmonies of #175D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175D79

Black with #175D79

Text Example


Text Example

White with #175D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,93,121); }

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

background-color css

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

 a { background-color: rgb(23,93,121); }

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

border-color css

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

 span { border-color: rgb(23,93,121); }

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