Html Css Color HEX #175977 Orient

📋 copy color: '#175977'

red 23 ◦ green 89 ◦ blue 119

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

Shades of Orient #175977

Tints of Orient #175977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 9.96%
G = 38.53%
B = 51.52%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#175977 (or 0x175977) is known color: Orient. HEX triplet: 17, 59 and 77. RGB value is (23,89,119). Sum of RGB (Red+Green+Blue) = 23+89+119=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #175977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175977 is #E8A688. Grayscale: #484848. Windows color (decimal): -15246985 or 7821591. OLE color: 7821591.

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

Color convert

RGB 23 89 119 -
CMYK 0.81 0.25 0 0.53
HSL 198.75º 0.68% 0.28% -
HSV(B) 198.75º 0.81% 0.47% -
XYZ 7.26 8.66 18.74 -
YUV 72.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 23 89 119 0.81 0.25 0 0.53 198.75 0.68 0.28
Hex 17 59 77 51 19 0 35 C7 44 1C
Octal 27 131 167 121 31 0 65 307 104 34
Binary 10111 1011001 1110111 1010001 11001 0 110101 11000111 1000100 11100

Color Harmonies of #175977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175977

Black with #175977

Text Example


Text Example

White with #175977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175977; }

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

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

background-color css

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

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

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

border-color css

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

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

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