Html Css Color HEX #157271 Blue Stone

📋 copy color: '#157271'

red 21 ◦ green 114 ◦ blue 113

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

Shades of Blue Stone #157271

Tints of Blue Stone #157271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 8.47%
G = 45.97%
B = 45.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#157271 (or 0x157271) is known color: Blue Stone. HEX triplet: 15, 72 and 71. RGB value is (21,114,113). Sum of RGB (Red+Green+Blue) = 21+114+113=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #157271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157271 is #EA8D8E. Grayscale: #555555. Windows color (decimal): -15371663 or 7434773. OLE color: 7434773.

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

Color convert

RGB 21 114 113 -
CMYK 0.82 0 0.01 0.55
HSL 179.35º 0.69% 0.26% -
HSV(B) 179.35º 0.82% 0.45% -
XYZ 9.31 13.39 17.72 -
YUV 86.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 21 114 113 0.82 0 0.01 0.55 179.35 0.69 0.26
Hex 15 72 71 52 0 1 37 B3 45 1A
Octal 25 162 161 122 0 1 67 263 105 32
Binary 10101 1110010 1110001 1010010 0 1 110111 10110011 1000101 11010

Color Harmonies of #157271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157271

Black with #157271

Text Example


Text Example

White with #157271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157271; }

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

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

background-color css

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

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

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

border-color css

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

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

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