Html Css Color HEX #175579 Orient

📋 copy color: '#175579'

red 23 ◦ green 85 ◦ blue 121

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

Shades of Orient #175579

Tints of Orient #175579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

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

R = 10.04%
G = 37.12%
B = 52.84%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#175579 (or 0x175579) is known color: Orient. HEX triplet: 17, 55 and 79. RGB value is (23,85,121). Sum of RGB (Red+Green+Blue) = 23+85+121=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #175579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175579 is #E8AA86. Grayscale: #464646. Windows color (decimal): -15248007 or 7951639. OLE color: 7951639.

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

Color convert

RGB 23 85 121 -
CMYK 0.81 0.30 0 0.53
HSL 202.04º 0.68% 0.28% -
HSV(B) 202.04º 0.81% 0.47% -
XYZ 7.05 8.06 19.27 -
YUV 70.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 23 85 121 0.81 0.30 0 0.53 202.04 0.68 0.28
Hex 17 55 79 51 1E 0 35 CA 44 1C
Octal 27 125 171 121 36 0 65 312 104 34
Binary 10111 1010101 1111001 1010001 11110 0 110101 11001010 1000100 11100

Color Harmonies of #175579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175579

Black with #175579

Text Example


Text Example

White with #175579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175579; }

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

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

background-color css

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

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

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

border-color css

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

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

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