#1E6866

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

Shades of Blue Stone #1E6866

Tints of Blue Stone #1E6866

Color information

#1E6866 (or 0x1E6866) is unknown color: approx Blue Stone. HEX triplet: 1E, 68 and 66. RGB value is (30,104,102). Sum of RGB (Red+Green+Blue) = 30+104+102=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #1E6866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6866 is #E19799. Grayscale: #515151. Windows color (decimal): -14784410 or 6711326. OLE color: 6711326.

HSL color Cylindrical-coordinate representation of color #1E6866: hue angle of 178.38º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6866 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB30104102-
CMYK0.7100.020.59
HSL178.38º55.22%26.27%-
HSV(B)178.38º71.15%40.78%-
XYZ7.8811.1414.3-
YUV81.65139.4891.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=12.71%
G=44.07%
B=43.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal301041020.7100.020.59178.3855.2226.27
Hex1E686647023Bb2371a
Octal3615014610702732626732
Binary111101101000110011010001110101110111011001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,104,102); }

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

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

 a { background-color: rgb(30,104,102); }

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

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

 span { border-color: rgb(30,104,102); }

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