Html Css Color HEX #157064 Blue Stone

📋 copy color: '#157064'

red 21 ◦ green 112 ◦ blue 100

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

Shades of Blue Stone #157064

Tints of Blue Stone #157064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 9.01%
G = 48.07%
B = 42.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#157064 (or 0x157064) is known color: Blue Stone. HEX triplet: 15, 70 and 64. RGB value is (21,112,100). Sum of RGB (Red+Green+Blue) = 21+112+100=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #157064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157064 is #EA8F9B. Grayscale: #535353. Windows color (decimal): -15372188 or 6582293. OLE color: 6582293.

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

Color convert

RGB 21 112 100 -
CMYK 0.81 0 0.11 0.56
HSL 172.09º 0.68% 0.26% -
HSV(B) 172.09º 0.81% 0.44% -
XYZ 8.4 12.67 14.06 -
YUV 83.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 21 112 100 0.81 0 0.11 0.56 172.09 0.68 0.26
Hex 15 70 64 51 0 B 38 AC 44 1A
Octal 25 160 144 121 0 13 70 254 104 32
Binary 10101 1110000 1100100 1010001 0 1011 111000 10101100 1000100 11010

Color Harmonies of #157064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157064

Black with #157064

Text Example


Text Example

White with #157064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157064; }

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

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

background-color css

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

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

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

border-color css

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

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

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