Html Css Color HEX #157069 Blue Stone

📋 copy color: '#157069'

red 21 ◦ green 112 ◦ blue 105

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

Shades of Blue Stone #157069

Tints of Blue Stone #157069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 8.82%
G = 47.06%
B = 44.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#157069 (or 0x157069) is known color: Blue Stone. HEX triplet: 15, 70 and 69. RGB value is (21,112,105). Sum of RGB (Red+Green+Blue) = 21+112+105=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #157069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157069 is #EA8F96. Grayscale: #535353. Windows color (decimal): -15372183 or 6909973. OLE color: 6909973.

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

Color convert

RGB 21 112 105 -
CMYK 0.81 0 0.06 0.56
HSL 175.38º 0.68% 0.26% -
HSV(B) 175.38º 0.81% 0.44% -
XYZ 8.65 12.77 15.37 -
YUV 83.99 139.85 83.07 -
System Red Green Blue C M Y K H S L
Decimal 21 112 105 0.81 0 0.06 0.56 175.38 0.68 0.26
Hex 15 70 69 51 0 6 38 AF 44 1A
Octal 25 160 151 121 0 6 70 257 104 32
Binary 10101 1110000 1101001 1010001 0 110 111000 10101111 1000100 11010

Color Harmonies of #157069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157069

Black with #157069

Text Example


Text Example

White with #157069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157069; }

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

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

background-color css

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

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

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

border-color css

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

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

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