#1e706b

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

Shades of Blue Stone #1E706B

Tints of Blue Stone #1E706B

Color information

#1E706B (or 0x1E706B) is unknown color: approx Blue Stone. HEX triplet: 1E, 70 and 6B. RGB value is (30,112,107). Sum of RGB (Red+Green+Blue) = 30+112+107=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #1E706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E706B is #E18F94. Grayscale: #565656. Windows color (decimal): -14782357 or 7041054. OLE color: 7041054.

HSL color Cylindrical-coordinate representation of color #1E706B: hue angle of 176.34º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E706B is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB30112107-
CMYK0.7300.040.56
HSL176.34º57.75%27.84%-
HSV(B)176.34º73.21%43.92%-
XYZ8.9812.9315.93-
YUV86.91139.3387.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.05%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=12.05%
G=44.98%
B=42.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal301121070.7300.040.56176.3457.7527.84
Hex1E706B490438b03a1c
Octal3616015311104702607234
Binary1111011100001101011100100101001110001011000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e706b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e706b; }

 p { color: rgb(30,112,107); }

 H1.HeaderClassName
 {
   color: #1e706b;
 }
 .AnyTagClassName
 {
   color: #1e706b;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #1e706b;
 }
 .BgClassName
 {
   background-color: #1e706b;
 }
</style>
border-color css

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

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

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