Html Css Color HEX #175271 Orient

📋 copy color: '#175271'

red 23 ◦ green 82 ◦ blue 113

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

Shades of Orient #175271

Tints of Orient #175271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 10.55%
G = 37.61%
B = 51.83%

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

#175271 (or 0x175271) is known color: Orient. HEX triplet: 17, 52 and 71. RGB value is (23,82,113). Sum of RGB (Red+Green+Blue) = 23+82+113=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #175271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175271 is #E8AD8E. Grayscale: #434343. Windows color (decimal): -15248783 or 7426583. OLE color: 7426583.

HSL color Cylindrical-coordinate representation of color #175271: hue angle of 200.67º 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 #175271 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 82 113 -
CMYK 0.80 0.27 0 0.56
HSL 200.67º 0.66% 0.27% -
HSV(B) 200.67º 0.8% 0.44% -
XYZ 6.35 7.41 16.72 -
YUV 67.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 23 82 113 0.80 0.27 0 0.56 200.67 0.66 0.27
Hex 17 52 71 50 1B 0 38 C9 42 1B
Octal 27 122 161 120 33 0 70 311 102 33
Binary 10111 1010010 1110001 1010000 11011 0 111000 11001001 1000010 11011

Color Harmonies of #175271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175271

Black with #175271

Text Example


Text Example

White with #175271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175271; }

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

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

background-color css

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

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

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

border-color css

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

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

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