Html Css Color HEX #177071 Blue Stone

📋 copy color: '#177071'

red 23 ◦ green 112 ◦ blue 113

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

Shades of Blue Stone #177071

Tints of Blue Stone #177071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

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

R = 9.27%
G = 45.16%
B = 45.56%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#177071 (or 0x177071) is known color: Blue Stone. HEX triplet: 17, 70 and 71. RGB value is (23,112,113). Sum of RGB (Red+Green+Blue) = 23+112+113=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #177071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177071 is #E88F8E. Grayscale: #555555. Windows color (decimal): -15241103 or 7434263. OLE color: 7434263.

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

Color convert

RGB 23 112 113 -
CMYK 0.80 0.01 0 0.56
HSL 180.67º 0.66% 0.27% -
HSV(B) 180.67º 0.8% 0.44% -
XYZ 9.13 12.96 17.64 -
YUV 85.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 23 112 113 0.80 0.01 0 0.56 180.67 0.66 0.27
Hex 17 70 71 50 1 0 38 B5 42 1B
Octal 27 160 161 120 1 0 70 265 102 33
Binary 10111 1110000 1110001 1010000 1 0 111000 10110101 1000010 11011

Color Harmonies of #177071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177071

Black with #177071

Text Example


Text Example

White with #177071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177071; }

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

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

background-color css

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

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

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

border-color css

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

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

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