Html Css Color HEX #157071 Blue Stone

📋 copy color: '#157071'

red 21 ◦ green 112 ◦ blue 113

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

Shades of Blue Stone #157071

Tints of Blue Stone #157071

RGB

 RED value IS 21 (8.59% from 255) = 8.54%

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

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

R = 8.54%
G = 45.53%
B = 45.93%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#157071 (or 0x157071) is known color: Blue Stone. HEX triplet: 15, 70 and 71. RGB value is (21,112,113). Sum of RGB (Red+Green+Blue) = 21+112+113=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #157071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157071 is #EA8F8E. Grayscale: #545454. Windows color (decimal): -15372175 or 7434261. OLE color: 7434261.

HSL color Cylindrical-coordinate representation of color #157071: hue angle of 180.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157071 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 113 -
CMYK 0.81 0.01 0 0.56
HSL 180.65º 0.69% 0.26% -
HSV(B) 180.65º 0.81% 0.44% -
XYZ 9.08 12.94 17.64 -
YUV 84.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 21 112 113 0.81 0.01 0 0.56 180.65 0.69 0.26
Hex 15 70 71 51 1 0 38 B5 45 1A
Octal 25 160 161 121 1 0 70 265 105 32
Binary 10101 1110000 1110001 1010001 1 0 111000 10110101 1000101 11010

Color Harmonies of #157071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157071

Black with #157071

Text Example


Text Example

White with #157071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157071; }

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

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

background-color css

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

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

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

border-color css

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

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

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