Html Css Color HEX #175A6B Orient

📋 copy color: '#175A6B'

red 23 ◦ green 90 ◦ blue 107

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

Shades of Orient #175A6B

Tints of Orient #175A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 10.45%
G = 40.91%
B = 48.64%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#175A6B (or 0x175A6B) is known color: Orient. HEX triplet: 17, 5A and 6B. RGB value is (23,90,107). Sum of RGB (Red+Green+Blue) = 23+90+107=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #175A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A6B is #E8A594. Grayscale: #474747. Windows color (decimal): -15246741 or 7035415. OLE color: 7035415.

HSL color Cylindrical-coordinate representation of color #175A6B: hue angle of 192.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175A6B is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 90 107 -
CMYK 0.79 0.16 0 0.58
HSL 192.14º 0.65% 0.25% -
HSV(B) 192.14º 0.79% 0.42% -
XYZ 6.66 8.56 15.21 -
YUV 71.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 23 90 107 0.79 0.16 0 0.58 192.14 0.65 0.25
Hex 17 5A 6B 4F 10 0 3A C0 41 19
Octal 27 132 153 117 20 0 72 300 101 31
Binary 10111 1011010 1101011 1001111 10000 0 111010 11000000 1000001 11001

Color Harmonies of #175A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A6B

Black with #175A6B

Text Example


Text Example

White with #175A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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