Html Css Color HEX #157062 Blue Stone

📋 copy color: '#157062'

red 21 ◦ green 112 ◦ blue 98

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

Shades of Blue Stone #157062

Tints of Blue Stone #157062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 9.09%
G = 48.48%
B = 42.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#157062 (or 0x157062) is known color: Blue Stone. HEX triplet: 15, 70 and 62. RGB value is (21,112,98). Sum of RGB (Red+Green+Blue) = 21+112+98=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #157062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157062 is #EA8F9D. Grayscale: #535353. Windows color (decimal): -15372190 or 6451221. OLE color: 6451221.

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

Color convert

RGB 21 112 98 -
CMYK 0.81 0 0.13 0.56
HSL 170.77º 0.68% 0.26% -
HSV(B) 170.77º 0.81% 0.44% -
XYZ 8.31 12.63 13.56 -
YUV 83.2 136.35 83.64 -
System Red Green Blue C M Y K H S L
Decimal 21 112 98 0.81 0 0.13 0.56 170.77 0.68 0.26
Hex 15 70 62 51 0 D 38 AB 44 1A
Octal 25 160 142 121 0 15 70 253 104 32
Binary 10101 1110000 1100010 1010001 0 1101 111000 10101011 1000100 11010

Color Harmonies of #157062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157062

Black with #157062

Text Example


Text Example

White with #157062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157062; }

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

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

background-color css

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

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

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

border-color css

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

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

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