#157069

Color #157069 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #157069

Tints of Blue Stone #157069

Color information

#157069 (or 0x157069) is unknown color: approx 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

RGB21112105-
CMYK0.8100.060.56
HSL175.38º68.42%26.08%-
HSV(B)175.38º81.25%43.92%-
XYZ8.6512.7715.37-
YUV83.99139.8583.07-

RGB Variations

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

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 (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211121050.8100.060.56175.3868.4226.08
Hex157069510638af441a
Octal25160151121067025710432
Binary10101111000011010011010001011011100010101111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>