Html Css Color HEX #175371 Orient

📋 copy color: '#175371'

red 23 ◦ green 83 ◦ blue 113

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

Shades of Orient #175371

Tints of Orient #175371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 10.5%
G = 37.9%
B = 51.6%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#175371 (or 0x175371) is known color: Orient. HEX triplet: 17, 53 and 71. RGB value is (23,83,113). Sum of RGB (Red+Green+Blue) = 23+83+113=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #175371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175371 is #E8AC8E. Grayscale: #444444. Windows color (decimal): -15248527 or 7426839. OLE color: 7426839.

HSL color Cylindrical-coordinate representation of color #175371: hue angle of 200º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175371 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 83 113 -
CMYK 0.80 0.27 0 0.56
HSL 200º 0.66% 0.27% -
HSV(B) 200º 0.8% 0.44% -
XYZ 6.43 7.56 16.74 -
YUV 68.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 23 83 113 0.80 0.27 0 0.56 200 0.66 0.27
Hex 17 53 71 50 1B 0 38 C8 42 1B
Octal 27 123 161 120 33 0 70 310 102 33
Binary 10111 1010011 1110001 1010000 11011 0 111000 11001000 1000010 11011

Color Harmonies of #175371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175371

Black with #175371

Text Example


Text Example

White with #175371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175371; }

 p { color: rgb(23,83,113); }

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

background-color css

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

 a { background-color: rgb(23,83,113); }

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

border-color css

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

 span { border-color: rgb(23,83,113); }

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