Html Css Color HEX #175A6E Orient

📋 copy color: '#175A6E'

red 23 ◦ green 90 ◦ blue 110

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

Shades of Orient #175A6E

Tints of Orient #175A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.33%

R = 10.31%
G = 40.36%
B = 49.33%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#175A6E (or 0x175A6E) is known color: Orient. HEX triplet: 17, 5A and 6E. RGB value is (23,90,110). Sum of RGB (Red+Green+Blue) = 23+90+110=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #175A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A6E is #E8A591. Grayscale: #484848. Windows color (decimal): -15246738 or 7232023. OLE color: 7232023.

HSL color Cylindrical-coordinate representation of color #175A6E: hue angle of 193.79º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175A6E is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 23 90 110 -
CMYK 0.79 0.18 0 0.57
HSL 193.79º 0.65% 0.26% -
HSV(B) 193.79º 0.79% 0.43% -
XYZ 6.82 8.62 16.06 -
YUV 72.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 23 90 110 0.79 0.18 0 0.57 193.79 0.65 0.26
Hex 17 5A 6E 4F 12 0 39 C2 41 1A
Octal 27 132 156 117 22 0 71 302 101 32
Binary 10111 1011010 1101110 1001111 10010 0 111001 11000010 1000001 11010

Color Harmonies of #175A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A6E

Black with #175A6E

Text Example


Text Example

White with #175A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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