Html Css Color HEX #175D74 Orient

📋 copy color: '#175D74'

red 23 ◦ green 93 ◦ blue 116

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

Shades of Orient #175D74

Tints of Orient #175D74

RGB

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

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

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

R = 9.91%
G = 40.09%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175D74 (or 0x175D74) is known color: Orient. HEX triplet: 17, 5D and 74. RGB value is (23,93,116). Sum of RGB (Red+Green+Blue) = 23+93+116=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #175D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D74 is #E8A28B. Grayscale: #4A4A4A. Windows color (decimal): -15245964 or 7626007. OLE color: 7626007.

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

Color convert

RGB 23 93 116 -
CMYK 0.80 0.20 0 0.55
HSL 194.84º 0.67% 0.27% -
HSV(B) 194.84º 0.8% 0.45% -
XYZ 7.42 9.27 17.92 -
YUV 74.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 23 93 116 0.80 0.20 0 0.55 194.84 0.67 0.27
Hex 17 5D 74 50 14 0 37 C3 43 1B
Octal 27 135 164 120 24 0 67 303 103 33
Binary 10111 1011101 1110100 1010000 10100 0 110111 11000011 1000011 11011

Color Harmonies of #175D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175D74

Black with #175D74

Text Example


Text Example

White with #175D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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