Html Css Color HEX #157070 Blue Stone

📋 copy color: '#157070'

red 21 ◦ green 112 ◦ blue 112

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

Shades of Blue Stone #157070

Tints of Blue Stone #157070

RGB

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

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

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

R = 8.57%
G = 45.71%
B = 45.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#157070 (or 0x157070) is known color: Blue Stone. HEX triplet: 15, 70 and 70. RGB value is (21,112,112). Sum of RGB (Red+Green+Blue) = 21+112+112=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #157070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157070 is #EA8F8F. Grayscale: #545454. Windows color (decimal): -15372176 or 7368725. OLE color: 7368725.

HSL color Cylindrical-coordinate representation of color #157070: hue angle of 180º degrees, saturation: 0.68, 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 #157070 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 112 -
CMYK 0.81 0 0 0.56
HSL 180º 0.68% 0.26% -
HSV(B) 180º 0.81% 0.44% -
XYZ 9.03 12.92 17.35 -
YUV 84.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 21 112 112 0.81 0 0 0.56 180 0.68 0.26
Hex 15 70 70 51 0 0 38 B4 44 1A
Octal 25 160 160 121 0 0 70 264 104 32
Binary 10101 1110000 1110000 1010001 0 0 111000 10110100 1000100 11010

Color Harmonies of #157070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157070

Black with #157070

Text Example


Text Example

White with #157070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157070; }

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

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

background-color css

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

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

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

border-color css

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

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

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