Html Css Color HEX #175F71 Allports

📋 copy color: '#175F71'

red 23 ◦ green 95 ◦ blue 113

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

Shades of Allports #175F71

Tints of Allports #175F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

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

R = 9.96%
G = 41.13%
B = 48.92%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#175F71 (or 0x175F71) is known color: Allports. HEX triplet: 17, 5F and 71. RGB value is (23,95,113). Sum of RGB (Red+Green+Blue) = 23+95+113=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #175F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F71 is #E8A08E. Grayscale: #4B4B4B. Windows color (decimal): -15245455 or 7429911. OLE color: 7429911.

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

Color convert

RGB 23 95 113 -
CMYK 0.80 0.16 0 0.56
HSL 192º 0.66% 0.27% -
HSV(B) 192º 0.8% 0.44% -
XYZ 7.43 9.56 17.08 -
YUV 75.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 23 95 113 0.80 0.16 0 0.56 192 0.66 0.27
Hex 17 5F 71 50 10 0 38 C0 42 1B
Octal 27 137 161 120 20 0 70 300 102 33
Binary 10111 1011111 1110001 1010000 10000 0 111000 11000000 1000010 11011

Color Harmonies of #175F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F71

Black with #175F71

Text Example


Text Example

White with #175F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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