Html Css Color HEX #175A79 Orient

📋 copy color: '#175A79'

red 23 ◦ green 90 ◦ blue 121

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

Shades of Orient #175A79

Tints of Orient #175A79

RGB

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

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

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

R = 9.83%
G = 38.46%
B = 51.71%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#175A79 (or 0x175A79) is known color: Orient. HEX triplet: 17, 5A and 79. RGB value is (23,90,121). Sum of RGB (Red+Green+Blue) = 23+90+121=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #175A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A79 is #E8A586. Grayscale: #494949. Windows color (decimal): -15246727 or 7952919. OLE color: 7952919.

HSL color Cylindrical-coordinate representation of color #175A79: hue angle of 198.98º 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 #175A79 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 90 121 -
CMYK 0.81 0.26 0 0.53
HSL 198.98º 0.68% 0.28% -
HSV(B) 198.98º 0.81% 0.47% -
XYZ 7.46 8.87 19.41 -
YUV 73.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 23 90 121 0.81 0.26 0 0.53 198.98 0.68 0.28
Hex 17 5A 79 51 1A 0 35 C7 44 1C
Octal 27 132 171 121 32 0 65 307 104 34
Binary 10111 1011010 1111001 1010001 11010 0 110101 11000111 1000100 11100

Color Harmonies of #175A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A79

Black with #175A79

Text Example


Text Example

White with #175A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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