Html Css Color HEX #157270 Blue Stone

📋 copy color: '#157270'

red 21 ◦ green 114 ◦ blue 112

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

Shades of Blue Stone #157270

Tints of Blue Stone #157270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 8.5%
G = 46.15%
B = 45.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#157270 (or 0x157270) is known color: Blue Stone. HEX triplet: 15, 72 and 70. RGB value is (21,114,112). Sum of RGB (Red+Green+Blue) = 21+114+112=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #157270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157270 is #EA8D8F. Grayscale: #555555. Windows color (decimal): -15371664 or 7369237. OLE color: 7369237.

HSL color Cylindrical-coordinate representation of color #157270: hue angle of 178.71º 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 #157270 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 112 -
CMYK 0.82 0 0.02 0.55
HSL 178.71º 0.69% 0.26% -
HSV(B) 178.71º 0.82% 0.45% -
XYZ 9.25 13.36 17.42 -
YUV 85.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 21 114 112 0.82 0 0.02 0.55 178.71 0.69 0.26
Hex 15 72 70 52 0 2 37 B3 45 1A
Octal 25 162 160 122 0 2 67 263 105 32
Binary 10101 1110010 1110000 1010010 0 10 110111 10110011 1000101 11010

Color Harmonies of #157270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157270

Black with #157270

Text Example


Text Example

White with #157270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157270; }

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

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

background-color css

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

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

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

border-color css

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

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

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