Html Css Color HEX #175979 Orient

📋 copy color: '#175979'

red 23 ◦ green 89 ◦ blue 121

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

Shades of Orient #175979

Tints of Orient #175979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.2%

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

R = 9.87%
G = 38.2%
B = 51.93%

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

#175979 (or 0x175979) is known color: Orient. HEX triplet: 17, 59 and 79. RGB value is (23,89,121). Sum of RGB (Red+Green+Blue) = 23+89+121=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #175979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175979 is #E8A686. Grayscale: #484848. Windows color (decimal): -15246983 or 7952663. OLE color: 7952663.

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

Color convert

RGB 23 89 121 -
CMYK 0.81 0.26 0 0.53
HSL 199.59º 0.68% 0.28% -
HSV(B) 199.59º 0.81% 0.47% -
XYZ 7.38 8.71 19.38 -
YUV 72.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 23 89 121 0.81 0.26 0 0.53 199.59 0.68 0.28
Hex 17 59 79 51 1A 0 35 C8 44 1C
Octal 27 131 171 121 32 0 65 310 104 34
Binary 10111 1011001 1111001 1010001 11010 0 110101 11001000 1000100 11100

Color Harmonies of #175979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175979

Black with #175979

Text Example


Text Example

White with #175979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175979; }

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

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

background-color css

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

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

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

border-color css

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

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

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